mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(aio): remove top bar menu item focus jump
This commit is contained in:
parent
f29c6bbc6f
commit
eb56ab38dc
1 changed files with 6 additions and 3 deletions
|
|
@ -6,11 +6,9 @@
|
|||
aio-top-menu a.nav-link {
|
||||
margin: 0 16px;
|
||||
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 a new issue