Fix incorrect disabled boost button color when reduce-motion is set
This commit is contained in:
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…
Reference in New Issue