From: Martijn Cuppens Date: Thu, 5 Mar 2020 14:22:52 +0000 (+0100) Subject: $link-decoration: underline affects some components (#30262) X-Git-Tag: v5.0.0-alpha1~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9215ebd5a70ed84ea34337036a712d189fc6b91;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 9d4f3efc8b..701c097cf3 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -9,6 +9,7 @@ line-height: $btn-line-height; color: $body-color; text-align: center; + text-decoration: if($link-decoration == none, null, none); white-space: $btn-white-space; vertical-align: middle; cursor: if($enable-pointer-cursor-for-buttons, pointer, null); diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 00f0cba6e8..48cceed40f 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -130,6 +130,7 @@ font-weight: $font-weight-normal; color: $dropdown-link-color; text-align: inherit; // For `