mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Change color of focus & hover on user menu tabs (#13195)
This commit is contained in:
parent
74f7150324
commit
d5e787fa89
@ -466,8 +466,11 @@ div.menu-links-header {
|
||||
|
||||
button:hover,
|
||||
button:focus {
|
||||
background-color: var(--highlight-medium);
|
||||
background-color: var(--primary-low);
|
||||
outline: none;
|
||||
&.active {
|
||||
background-color: var(--primary-very-low);
|
||||
}
|
||||
}
|
||||
button {
|
||||
padding: 0.3em 0.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user