mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 16:35:48 +00:00
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 a new issue