1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix reboot for placeholder links (#29140)

This commit is contained in:
Shohei Yoshida 2019-07-29 16:32:09 +09:00 committed by XhmikosR
parent 472e5fcb36
commit 13b7416544

View file

@ -232,13 +232,11 @@ a {
// causes specificity issues in many other styles that are too complex to fix. // causes specificity issues in many other styles that are too complex to fix.
// See https://github.com/twbs/bootstrap/issues/19402 // See https://github.com/twbs/bootstrap/issues/19402
a:not([href]):not([tabindex]) { a:not([href]) {
&, &,
&:hover, &:hover {
&:focus {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
outline: 0;
} }
} }