Skip to content

Commit

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

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
2 people authored and marvin-hinkley-vortx committed Aug 18, 2021
1 parent c1bc376 commit 8e24593
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 8e24593

Please sign in to comment.