mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
updated styling of sortable columns on hover.
This commit is contained in:
parent
c519195ce3
commit
d958e95c59
6 changed files with 18 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue