mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Fix low-contrast hover colour of alert actions (light theme only) (#36484)
This commit is contained in:
parent
905aa9434d
commit
28a42bb62c
|
|
@ -10439,7 +10439,7 @@ noscript {
|
|||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background: color.change($ui-base-color, $alpha: 0.85);
|
||||
background: color.change($white, $alpha: 0.15);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user