2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
+2 -4
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;
}
}