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