1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Rip out the tab-focus mixin, remove application to anchors in reboot

This commit is contained in:
Mark Otto
2016-12-31 12:26:11 -08:00
committed by Mark Otto
parent e2b6badb86
commit 22fcac2cea
3 changed files with 1 additions and 15 deletions

View File

@@ -166,10 +166,6 @@ a {
color: $link-hover-color;
text-decoration: $link-hover-decoration;
}
&:focus {
@include tab-focus();
}
}
// And undo these styles for placeholder links/named anchors (without href)
@@ -188,7 +184,7 @@ a:not([href]):not([tabindex]) {
}
&:focus {
outline: none;
outline: 0;
}
}