Skip to content

Commit

Permalink
fix(link): prevent inline link hover active style override (#7503)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandra Davila <aledavila@ibm.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 12, 2021
1 parent df95abf commit bba05be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/src/components/link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@
.#{$prefix}--link.#{$prefix}--link--inline {
text-decoration: underline;

&:hover {
color: $hover-primary-text;
}

&:focus,
&:visited {
text-decoration: none;
Expand Down

0 comments on commit bba05be

Please sign in to comment.