Skip to content

Commit 970c417

Browse files
committed
Fix reboot for placeholder links
1 parent d39aa6f commit 970c417

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scss/_reboot.scss

+2-4
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,11 @@ a {
232232
// causes specificity issues in many other styles that are too complex to fix.
233233
// See https://github.com/twbs/bootstrap/issues/19402
234234

235-
a:not([href]):not([tabindex]) {
235+
a:not([href]) {
236236
&,
237-
&:hover,
238-
&:focus {
237+
&:hover {
239238
color: inherit;
240239
text-decoration: none;
241-
outline: 0;
242240
}
243241
}
244242

0 commit comments

Comments
 (0)