Skip to content

Commit e442581

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Prevent conflicts with components with classes (#30830)
1 parent 7141cc4 commit e442581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_reboot.scss

+1-1
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)