mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 11:21:42 +00:00
Fix CW icon color in local-settings modal
This commit is contained in:
parent
721aec40cd
commit
269edc0e48
|
@ -60,6 +60,11 @@
|
|||
outline: none;
|
||||
transition: background .3s;
|
||||
|
||||
.text-icon-button {
|
||||
color: inherit;
|
||||
transition: unset;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $ui-secondary-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue