From fd9285bc9cdbfbf85ad9d7a1dc5a8acb81f162ea Mon Sep 17 00:00:00 2001 From: Andrew Pucci Date: Wed, 28 Jul 2021 09:00:10 -0400 Subject: [PATCH] Make text decoration consistent with other anchors (#34475) Fixes #34474 Co-authored-by: XhmikosR --- scss/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_card.scss b/scss/_card.scss index ed74c82bff..22890f5c97 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -66,7 +66,7 @@ .card-link { &:hover { - text-decoration: none; + text-decoration: if($link-hover-decoration == underline, none, null); } + .card-link {