fix(aio): remove top bar menu item focus jump
This commit is contained in:
parent
f29c6bbc6f
commit
eb56ab38dc
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue