Skip to content

Commit

Permalink
Make text decoration consistent with other anchors (#34475)
Browse files Browse the repository at this point in the history
Fixes #34474

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
andrewpucci and XhmikosR committed Jul 28, 2021
1 parent a389cb4 commit fd9285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

.card-link {
&:hover {
text-decoration: none;
text-decoration: if($link-hover-decoration == underline, none, null);
}

+ .card-link {
Expand Down

0 comments on commit fd9285b

Please sign in to comment.