Skip to content

Commit

Permalink
fix: resets focused hover state for unstyled link
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-request authored and elenagarrone committed Jul 12, 2021
1 parent 49cd7d8 commit b94b900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/canopy/src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
}

&:active,
&:focus {
&:focus,
&:focus:hover {
background-color: transparent;
color: inherit;
}
Expand Down

0 comments on commit b94b900

Please sign in to comment.