Hide chromes default active button outline

This commit is contained in:
Brahm Lower 2019-10-03 01:18:27 -07:00
parent a6f317e352
commit 3105eb3cdf
1 changed files with 3 additions and 0 deletions

View File

@ -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;