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:hover,
|
||||||
button:focus {
|
button:focus {
|
||||||
background-color: var(--highlight-medium);
|
background-color: var(--primary-low);
|
||||||
outline: none;
|
outline: none;
|
||||||
|
&.active {
|
||||||
|
background-color: var(--primary-very-low);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
padding: 0.3em 0.5em;
|
padding: 0.3em 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue