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