diff options
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r-- | app/assets/stylesheets/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 4b6bfca48..1d2b789bb 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1080,7 +1080,7 @@ button.active i.fa-retweet { flex: 0 0 auto; cursor: pointer; - &.active { + &.active .fa { color: $color4; text-shadow: 0 0 10px rgba($color4, 0.4); } |