Skip to content

Commit

Permalink
Remove hover for active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Jul 28, 2022
1 parent 5a4f368 commit 2ade90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
// stylelint-disable-next-line function-disallowed-list
border-width: 0 0 calc(var(--#{$prefix}nav-tabs-border-width) * 4);

&:hover,
&:not(.active):hover,
&:focus {
color: $accessible-orange;
background: none;
Expand Down

0 comments on commit 2ade90c

Please sign in to comment.