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

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 22de1c6c17
commit 5b7d0fcdb9

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