commit: 1dfd27a028642f4a0f0dcd9b8c3620de23b317f3
parent: b97ebaf6202debb8c24d6f726886a594f02a6d3b
Author: unarist <m.unarist@gmail.com>
Date: Sun, 4 Jun 2017 21:51:06 +0900
Fix all icons in the column header being hilighted (#3554)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);
}