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() {
|
||||
|
||||
Reference in New Issue
Block a user