Skip to content

Commit

Permalink
Fix reboot for placeholder links (#29140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Jul 29, 2019
1 parent 472e5fc commit 13b7416
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scss/_reboot.scss
Expand Up @@ -232,13 +232,11 @@ 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]):not([tabindex]) {
a:not([href]) {
&,
&:hover,
&:focus {
&:hover {
color: inherit;
text-decoration: none;
outline: 0;
}
}

Expand Down

0 comments on commit 13b7416

Please sign in to comment.