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 {
|
html.discourse-no-touch {
|
||||||
.btn-default,
|
.btn-default:not(.btn-flat),
|
||||||
.btn-icon {
|
.btn-icon:not(.btn-flat) {
|
||||||
&.btn-default {
|
&.btn-default {
|
||||||
.d-icon {
|
.d-icon {
|
||||||
color: var(--primary-medium);
|
color: var(--primary-medium);
|
||||||
|
|
Loading…
Reference in New Issue