Skip to content

Commit

Permalink
Ensure hover and focus work the same in both sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
froboy authored and chalin committed Feb 2, 2024
1 parent 9c0a5fb commit 2b3b067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/_sidebar-tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
}

a {
&:hover {
&:hover,
&:focus {
color: $blue;
text-decoration: underline;
}
Expand Down

0 comments on commit 2b3b067

Please sign in to comment.