Skip to content

Commit

Permalink
Prevent conflicts with components with classes (twbs#30830)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
2 people authored and olsza committed Oct 3, 2020
1 parent 170ada6 commit 761934a
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 761934a

Please sign in to comment.