UX: replace FA5 compress/expand icons

Adds a new SVG sprite file that contains non-FontAwesome 5 icons to our subset.

Adds the FontAwesome 4.7.0 icons for expand / collapse.
This commit is contained in:
Penar Musaraj
2018-12-03 22:29:20 -05:00
parent 4831c4c2ee
commit 56948896ff
5 changed files with 24 additions and 6 deletions

View File

@ -154,7 +154,7 @@ export default Ember.Controller.extend({
@computed("maximized")
maximizeIcon(maximized) {
return maximized ? "compress" : "expand";
return maximized ? "discourse-compress" : "discourse-expand";
},
@computed("model.isSaving")