fix(client): remove outline: none
on Menu button (#40914)
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user