mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
updated styling of sortable columns on hover.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user