From: Martijn Cuppens Date: Thu, 5 Mar 2020 14:22:52 +0000 (+0100) Subject: $link-decoration: underline affects some components (#30262) X-Git-Tag: v4.5.0~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efb3fc402ed8e25b0accbb73e185fb9a936cea52;p=thirdparty%2Fbootstrap.git $link-decoration: underline affects some components (#30262) Co-authored-by: Shohei Yoshida Co-authored-by: Martijn Cuppens --- diff --git a/scss/_buttons.scss b/scss/_buttons.scss index bf7814865e..218a2782d3 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -10,6 +10,7 @@ font-weight: $btn-font-weight; color: $body-color; text-align: center; + text-decoration: if($link-decoration == none, null, none); white-space: $btn-white-space; vertical-align: middle; user-select: none; diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index bf458ecf74..2ab7536e13 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -128,6 +128,7 @@ font-weight: $font-weight-normal; color: $dropdown-link-color; text-align: inherit; // For `