Properly remove nav button focus outline
This commit is contained in:
parent
47ca712843
commit
7ffb60258a
@ -89,7 +89,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#navigation button:focus {
|
#navigation button:focus {
|
||||||
outline-color: transparent;
|
outline: none;
|
||||||
background: #fff3 !important;
|
background: #fff3 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user