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

main
Thibaut Girka 6 years ago committed by ThibG
parent 65f625cf23
commit ac6fb758b9

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