mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove progress bar glyph on expand
This commit is contained in:
parent
68809ba1b4
commit
6cab36bc13
@ -41,7 +41,7 @@ export default Ember.ObjectController.extend({
|
||||
},
|
||||
|
||||
chevronClass: function() {
|
||||
return this.get('expanded') ? 'fa-chevron-down' : 'fa-sort';
|
||||
return this.get('expanded') ? '' : 'fa-sort';
|
||||
}.property('expanded'),
|
||||
|
||||
streamPercentage: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user