]> cat aescling's git repositories - mastodon.git/commitdiff
Fix all icons in the column header being hilighted (#3554)
authorunarist <m.unarist@gmail.com>
Sun, 4 Jun 2017 12:51:06 +0000 (21:51 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 4 Jun 2017 12:51:06 +0000 (14:51 +0200)
app/javascript/styles/components.scss

index ddd7e4ceddfea613a0f8af70a9c8487fb91547ee..b4e980f1aebed6335d6df083f49dc257e1224688 100644 (file)
@@ -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);
   }