Fix low-contrast hover colour of alert actions (light theme only) (#36484)

This commit is contained in:
diondiondion 2025-10-15 17:38:36 +02:00 committed by GitHub
parent 905aa9434d
commit 28a42bb62c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10439,7 +10439,7 @@ noscript {
&:hover,
&:focus,
&:active {
background: color.change($ui-base-color, $alpha: 0.85);
background: color.change($white, $alpha: 0.15);
}
}