Skip to content

Commit 87ab6ea

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Prevent conflicts with components with classes (#30830)
1 parent 8635d6d commit 87ab6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_reboot.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ a {
199199
// causes specificity issues in many other styles that are too complex to fix.
200200
// See https://github.com/twbs/bootstrap/issues/19402
201201

202-
a:not([href]) {
202+
a:not([href]):not([class]) {
203203
color: inherit;
204204
text-decoration: none;
205205

0 commit comments

Comments
 (0)