UX: Fix hover state for flat buttons in WCAG schemes (#16601)
This commit is contained in:
parent
a627506d37
commit
4e65e02da6
|
@ -8,8 +8,8 @@
|
|||
}
|
||||
|
||||
html.discourse-no-touch {
|
||||
.btn-default,
|
||||
.btn-icon {
|
||||
.btn-default:not(.btn-flat),
|
||||
.btn-icon:not(.btn-flat) {
|
||||
&.btn-default {
|
||||
.d-icon {
|
||||
color: var(--primary-medium);
|
||||
|
|
Loading…
Reference in New Issue