Skip to content

Commit

Permalink
fix: anchor hover state on resetting a anchor style
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 18, 2019
1 parent f4e07ab commit 404ab6c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@
}
@mixin resetHoverStyle() {
&:hover {
color: inherit;
color: var(--color-emerald-green);
// in case we dont want to change the color to the body color
// color: var(--color-sea-green);
background-color: inherit;
background-color: var(--color-white);
border-bottom-width: 1px;
}

Expand Down

0 comments on commit 404ab6c

Please sign in to comment.