diff options
| author | Andrew Pucci <[email protected]> | 2021-07-28 09:00:10 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-28 16:00:10 +0300 |
| commit | fd9285bc9cdbfbf85ad9d7a1dc5a8acb81f162ea (patch) | |
| tree | 8abf077c78d886bac6da4007c2ad93b90103f18c /scss | |
| parent | a389cb443e466914ea0ca981a6c1a49295f96186 (diff) | |
| download | bootstrap-fd9285bc9cdbfbf85ad9d7a1dc5a8acb81f162ea.tar.xz bootstrap-fd9285bc9cdbfbf85ad9d7a1dc5a8acb81f162ea.zip | |
Make text decoration consistent with other anchors (#34475)
Fixes #34474
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index ed74c82bf..22890f5c9 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 { |
