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