]> 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)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 12:59:06 +0000 (15:59 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/_reboot.scss

index d66223a969efa91e0537b29d7be7f8812a034450..882ee573ead05880da98f9a035bfd1830802dbd7 100644 (file)
@@ -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;