fix(client): remove outline: none on Menu button (#40914)

This commit is contained in:
Sembauke
2021-02-06 10:37:43 +01:00
committed by GitHub
parent 5769d78b2b
commit 40861a8a09

View File

@ -170,7 +170,6 @@
font-family: 'lato', sans-serif; font-family: 'lato', sans-serif;
font-size: 18px; font-size: 18px;
color: var(--gray-00); color: var(--gray-00);
outline: none;
background-color: var(--theme-color); background-color: var(--theme-color);
cursor: pointer; cursor: pointer;
max-height: calc(var(--header-height) - 6px); max-height: calc(var(--header-height) - 6px);
@ -183,6 +182,11 @@
border: 1px solid var(--gray-00); border: 1px solid var(--gray-00);
} }
.toggle-button-nav:focus {
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -3px;
}
.navatar { .navatar {
display: contents; display: contents;
} }