aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2020-05-15 14:59:06 +0200
committerXhmikosR <[email protected]>2020-06-04 17:53:16 +0300
commitfdb596b2c32cff35da2ab6686e06f8558d6a05e8 (patch)
tree2c9241abf97c4636a5a40dd796a27eb04a077c22
parentce23903a76dc7b3d76a727612c5372b1617f5648 (diff)
downloadbootstrap-fdb596b2c32cff35da2ab6686e06f8558d6a05e8.tar.xz
bootstrap-fdb596b2c32cff35da2ab6686e06f8558d6a05e8.zip
Prevent conflicts with components with classes (#30830)
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 5a52b58fc..4444ff0f0 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;