Hide chromes default active button outline
This commit is contained in:
parent
a6f317e352
commit
3105eb3cdf
|
@ -49,6 +49,9 @@ a > .hljs {
|
|||
cursor: pointer;
|
||||
transition: color 0.5s;
|
||||
}
|
||||
.menu-bar button:focus {
|
||||
outline: 0;
|
||||
}
|
||||
@media only screen and (max-width: 420px) {
|
||||
#menu-bar i, #menu-bar .icon-button {
|
||||
padding: 0 5px;
|
||||
|
|
Loading…
Reference in New Issue