Fix low-contrast hover colour of alert actions (light theme only) (#36484)
This commit is contained in:
@@ -10439,7 +10439,7 @@ noscript {
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: color.change($ui-base-color, $alpha: 0.85);
|
background: color.change($white, $alpha: 0.15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user