]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make text decoration consistent with other anchors (#34475)
authorAndrew Pucci <andrewpucci@users.noreply.github.com>
Wed, 28 Jul 2021 13:00:10 +0000 (09:00 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:00:10 +0000 (16:00 +0300)
Fixes #34474

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/_card.scss

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