mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:17:08 +08:00
UX: Fix hover color for header icons in WCAG (#22959)
This commit is contained in:
parent
a820be117c
commit
35ff57ba69
|
@ -94,11 +94,6 @@ html {
|
||||||
color: var(--primary-low-mid);
|
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 {
|
.d-header-icons .unread-notifications {
|
||||||
background: var(--tertiary);
|
background: var(--tertiary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user