mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Prevent conflicts with components with classes (#30830)
This commit is contained in:
committed by
XhmikosR
parent
ce23903a76
commit
fdb596b2c3
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user