Skip to content

Commit

Permalink
Prevent conflicts with components with classes (#30830)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Jun 4, 2020
1 parent ce23903 commit fdb596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Expand Up @@ -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;

Expand Down

0 comments on commit fdb596b

Please sign in to comment.