about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-11 17:24:31 +0200
committerThibG <thib@sitedethib.com>2018-09-11 18:03:48 +0200
commitac6fb758b975ec2858c53be24f8e9be8e2d40e90 (patch)
tree2a9bcb7e1f847f05f57a770b6d7b28bcf36a2a54
parent65f625cf237feb55a21495606d5e2c258bbe50cc (diff)
Fix incorrect disabled boost button color when reduce-motion is set
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
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;