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

This commit is contained in:
Thibaut Girka 2018-09-11 17:24:31 +02:00 committed by ThibG
parent 65f625cf23
commit ac6fb758b9
1 changed files with 4 additions and 0 deletions

View File

@ -827,6 +827,10 @@
color: $highlight-text-color; color: $highlight-text-color;
} }
.reduce-motion button.icon-button.disabled i.fa-retweet {
color: darken($action-button-color, 13%);
}
.load-more { .load-more {
display: block; display: block;
color: $dark-text-color; color: $dark-text-color;