mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
remove progress bar glyph on expand
This commit is contained in:
parent
68809ba1b4
commit
6cab36bc13
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue