Skip to content

Commit bba05be

Browse files
emyarodAlessandra Davilakodiakhq[bot]
authored
fix(link): prevent inline link hover active style override (#7503)
Co-authored-by: Alessandra Davila <aledavila@ibm.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent df95abf commit bba05be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/components/src/components/link/_link.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@
7878
.#{$prefix}--link.#{$prefix}--link--inline {
7979
text-decoration: underline;
8080

81-
&:hover {
82-
color: $hover-primary-text;
83-
}
84-
8581
&:focus,
8682
&:visited {
8783
text-decoration: none;

0 commit comments

Comments
 (0)