UX: Change color of focus & hover on user menu tabs (#13195)

This commit is contained in:
Jordan Vidrine 2021-05-28 12:24:04 -05:00 committed by GitHub
parent 74f7150324
commit d5e787fa89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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;