2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix reboot for placeholder links (#29164)

This commit is contained in:
Shohei Yoshida
2019-07-30 00:41:35 +09:00
committed by XhmikosR
parent af0786b10f
commit f6b00cda24
+1 -5
View File
@@ -203,14 +203,10 @@ a:not([href]) {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
@include hover-focus() { @include hover() {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
} }
&:focus {
outline: 0;
}
} }