about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index ddd7e4ced..b4e980f1a 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -2029,7 +2029,7 @@ button.icon-button.active i.fa-retweet {
     box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3);
   }
 
-  &.active .fa {
+  &.active .column-header__icon {
     color: $ui-highlight-color;
     text-shadow: 0 0 10px rgba($ui-highlight-color, 0.4);
   }