diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-09-11 17:24:31 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-09-11 18:03:48 +0200 |
commit | ac6fb758b975ec2858c53be24f8e9be8e2d40e90 (patch) | |
tree | 2a9bcb7e1f847f05f57a770b6d7b28bcf36a2a54 /app/javascript/flavours/glitch/styles | |
parent | 65f625cf237feb55a21495606d5e2c258bbe50cc (diff) |
Fix incorrect disabled boost button color when reduce-motion is set
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 81405f4b5..cbf968ec4 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -827,6 +827,10 @@ color: $highlight-text-color; } +.reduce-motion button.icon-button.disabled i.fa-retweet { + color: darken($action-button-color, 13%); +} + .load-more { display: block; color: $dark-text-color; |