Skip to content

Commit

Permalink
Use hover color instead of alt in top navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jun 12, 2024
1 parent db397f3 commit c850b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_patterns_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $spv-navigation-logo-bottom-position: 0.125rem; // 2px when 1rem is 16px
}

&:hover {
background-color: $colors--theme--background-alt;
background-color: $colors--theme--background-hover;
}

&[aria-pressed='true'],
Expand Down Expand Up @@ -430,7 +430,7 @@ $spv-navigation-logo-bottom-position: 0.125rem; // 2px when 1rem is 16px
}

[class*='p-navigation__item'].is-selected > .p-navigation__link {
background-color: $colors--theme--background-alt;
background-color: $colors--theme--background-hover;

@include vf-highlight-bar($colors--theme--text-default, left, true);

Expand Down

0 comments on commit c850b5d

Please sign in to comment.