Skip to content

Commit

Permalink
Fix underline when hover current step
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Nov 29, 2022
1 parent 67a8c48 commit b916dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_stepped-process.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
color: var(--#{$prefix}stepped-process-link-color);
}

&:hover {
&[href]:hover {
text-decoration: if($link-hover-decoration == underline, null, underline);
}

Expand Down

0 comments on commit b916dfe

Please # to comment.