Skip to content

Commit

Permalink
Hide highlight border on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 16, 2020
1 parent 0adf02a commit ecdff2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/_patterns_side-navigation.scss
Expand Up @@ -41,6 +41,12 @@
.p-side-navigation__link {
@include vf-focus;

// vf-highlight-bar is rendered above focus outline
// so we need to hide it on focus
&:focus::before {
display: none;
}

&:hover {
text-decoration: none;
}
Expand Down

0 comments on commit ecdff2b

Please sign in to comment.