From: Martijn Cuppens Date: Fri, 15 May 2020 12:59:06 +0000 (+0200) Subject: Prevent conflicts with components with classes (#30830) X-Git-Tag: v4.5.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb596b2c32cff35da2ab6686e06f8558d6a05e8;p=thirdparty%2Fbootstrap.git Prevent conflicts with components with classes (#30830) --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 5a52b58fc8..4444ff0f07 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -199,7 +199,7 @@ a { // causes specificity issues in many other styles that are too complex to fix. // See https://github.com/twbs/bootstrap/issues/19402 -a:not([href]) { +a:not([href]):not([class]) { color: inherit; text-decoration: none;