Skip to content

Commit

Permalink
Prevent conflicts with components with classes (#30830)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
MartijnCuppens and XhmikosR committed May 15, 2020
1 parent c794c9d commit 897d2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 897d2f3

Please sign in to comment.