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

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