]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Prevent conflicts with components with classes (#30830)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 15 May 2020 12:59:06 +0000 (14:59 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 4 Jun 2020 14:53:16 +0000 (17:53 +0300)
scss/_reboot.scss

index 5a52b58fc8924356ef53251f4c879dbd6e2b253e..4444ff0f0765e675e2c2e3e496542f9ac9fa228a 100644 (file)
@@ -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;