diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-22 15:43:07 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-22 15:43:07 +0100 |
commit | 974d712fbe5775903a4fec5ddc44b4069e68c925 (patch) | |
tree | 00883ef448ffd9b7136be8dd7205c79ba42bd32f /app/assets/stylesheets | |
parent | 5997bb47a8a97de6cf3b69f81ef86376019f8f31 (diff) |
Improve performance of compose form
Diffstat (limited to 'app/assets/stylesheets')
-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); } |