From a183e4ff18283912560c7abf082a66aeaa1f14e4 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) --- scss/_reboot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 5a52b58fc892..4444ff0f0765 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;