mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 19:27:18 +08:00
A11Y: fix WCAG contrast for notification header (#16507)
This commit is contained in:
@ -35,6 +35,13 @@ html.discourse-no-touch {
|
|||||||
.btn-flat.delete.d-hover {
|
.btn-flat.delete.d-hover {
|
||||||
background: var(--danger);
|
background: var(--danger);
|
||||||
}
|
}
|
||||||
|
.menu-links-header {
|
||||||
|
.btn-icon:hover {
|
||||||
|
.d-icon {
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
Reference in New Issue
Block a user