UX: Fix hover color for header icons in WCAG (#22959)

This commit is contained in:
Penar Musaraj 2023-08-03 12:38:08 -04:00 committed by GitHub
parent a820be117c
commit 35ff57ba69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,11 +94,6 @@ html {
color: var(--primary-low-mid);
}
.d-header-icons .icon:hover .d-icon,
.d-header-icons .icon:focus .d-icon {
color: var(--primary-high);
}
.d-header-icons .unread-notifications {
background: var(--tertiary);
}