Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAndrew Pucci <andrewpucci@users.noreply.github.com>2021-07-28 16:00:10 +0300
committerGitHub <noreply@github.com>2021-07-28 16:00:10 +0300
commitfd9285bc9cdbfbf85ad9d7a1dc5a8acb81f162ea (patch)
tree8abf077c78d886bac6da4007c2ad93b90103f18c /scss
parenta389cb443e466914ea0ca981a6c1a49295f96186 (diff)
Make text decoration consistent with other anchors (#34475)
Fixes #34474 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss')
-rw-r--r--scss/_card.scss2
1 files changed, 1 insertions, 1 deletions
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 {