Make text decoration consistent with other anchors (#34475)

Fixes #34474

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Andrew Pucci 2021-07-28 09:00:10 -04:00 committed by GitHub
parent a389cb443e
commit fd9285bc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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