Skip to content

Commit

Permalink
fix(navs): remove orange hover color on active tabs light (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: louismaxime.piton <louismaxime.piton@orange.com>
  • Loading branch information
MewenLeHo and louismaximepiton authored Dec 16, 2022
1 parent d3163d9 commit c661309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@

.nav-link:hover,
.nav-link:focus {
color: var(--#{$prefix}nav-tabs-link-hover-color);
outline-color: currentcolor;
outline-color: $accessible-orange;
}
}
// End mod
Expand Down

0 comments on commit c661309

Please sign in to comment.