fix(aio): remove top bar menu item focus jump

This commit is contained in:
Stefanie Fluin 2017-05-03 10:05:18 -07:00 committed by Matias Niemelä
parent f29c6bbc6f
commit eb56ab38dc
1 changed files with 6 additions and 3 deletions

View File

@ -6,11 +6,9 @@
aio-top-menu a.nav-link { aio-top-menu a.nav-link {
margin: 0 16px; margin: 0 16px;
cursor: pointer; cursor: pointer;
&:focus { &:focus {
background-color: $accentblue;
outline: none; outline: none;
padding: 21px 16px;
} }
} }
@ -61,6 +59,11 @@ aio-top-menu {
&:hover { &:hover {
background-color: $accentblue; background-color: $accentblue;
} }
&:focus {
background-color: $accentblue;
outline: none;
}
} }
} }
} }