mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
remove progress bar glyph on expand
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user