From: Andrew Pucci Date: Wed, 28 Jul 2021 13:00:10 +0000 (-0400) Subject: Make text decoration consistent with other anchors (#34475) X-Git-Tag: v5.1.0~39 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd9285bc9cdbfbf85ad9d7a1dc5a8acb81f162ea;p=thirdparty%2Fbootstrap.git Make text decoration consistent with other anchors (#34475) Fixes #34474 Co-authored-by: XhmikosR --- 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 {