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
1 changed files with 2 additions and 4 deletions

View File

@ -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;
}
}