UX: Fix hover state for flat buttons in WCAG schemes (#16601)

This commit is contained in:
Penar Musaraj 2022-05-02 18:48:58 -04:00 committed by GitHub
parent a627506d37
commit 4e65e02da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);