Skip to content

Commit

Permalink
Merge pull request #186 from newrelic/liz/hover-tweak
Browse files Browse the repository at this point in the history
chore: Remove hover color and pointer from current page
  • Loading branch information
jerelmiller authored Jun 18, 2020
2 parents 72fe9f0 + cf50cf9 commit ab6ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
text-decoration: none;
transition: 0.1s;

&:hover {
&:not(.isCurrentPage):hover {
color: var(--color-neutrals-600);
}

Expand Down

0 comments on commit ab6ff92

Please sign in to comment.