From: Martijn Cuppens Date: Fri, 15 May 2020 12:59:06 +0000 (+0200) Subject: Prevent conflicts with components with classes (#30830) X-Git-Tag: v5.0.0-alpha1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897d2f3877ebde814a01a83bcc2633d99069a610;p=thirdparty%2Fbootstrap.git Prevent conflicts with components with classes (#30830) Co-authored-by: XhmikosR --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index d66223a969..882ee573ea 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -268,7 +268,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]) { &, &:hover { color: inherit;