updated styling of sortable columns on hover.

This commit is contained in:
kay.one 2013-07-09 22:02:51 -07:00
parent c519195ce3
commit d958e95c59
6 changed files with 18 additions and 5 deletions

View file

@ -15,7 +15,7 @@ define(
this.$el.append(this.column.get('label'));
if (this.column.get('sortable')) {
this.$el.addClass('clickable');
this.$el.addClass('sortable');
this.$el.append(' <i class="pull-right"></i>');
if (this.collection.state) {