From 897d2f3877ebde814a01a83bcc2633d99069a610 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Fri, 15 May 2020 14:59:06 +0200 Subject: [PATCH] Prevent conflicts with components with classes (#30830) Co-authored-by: XhmikosR --- scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index d66223a969ef..882ee573ead0 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;