Browse Source

Fix incorrect disabled boost button color when reduce-motion is set

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
ac6fb758b9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/flavours/glitch/styles/components/index.scss

+ 4
- 0
app/javascript/flavours/glitch/styles/components/index.scss View File

@ -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;

Loading…
Cancel
Save