aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2020-05-15 14:59:06 +0200
committerGitHub <[email protected]>2020-05-15 15:59:06 +0300
commit897d2f3877ebde814a01a83bcc2633d99069a610 (patch)
tree82f553ca9be9d4466b81892ff4b5dd0dbfc40463
parentc794c9df2fd0c8883ab4e50185c6daa374709005 (diff)
downloadbootstrap-897d2f3877ebde814a01a83bcc2633d99069a610.tar.xz
bootstrap-897d2f3877ebde814a01a83bcc2633d99069a610.zip
Prevent conflicts with components with classes (#30830)
Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index d66223a96..882ee573e 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;