Skip to content

Commit

Permalink
fix(theme-default): remove focus-visible outline (close #359)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 24, 2021
1 parent 21accb5 commit cfbaa14
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -82,6 +82,10 @@ h6 {
font-weight: 600;
line-height: 1.25;

&:focus-visible {
outline: none;
}

&:hover .header-anchor {
opacity: 1;
}
Expand Down

0 comments on commit cfbaa14

Please sign in to comment.