aboutsummaryrefslogtreecommitdiff
path: root/scss/_reboot.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-31 12:26:11 -0800
committerMark Otto <[email protected]>2016-12-31 12:47:03 -0800
commit22fcac2ceac9edf1f7fdffd27215e17833b6d68b (patch)
treec46e9baf642c031845e4ceab130f6495078df9e7 /scss/_reboot.scss
parente2b6badb86571d482c9653e05cedda10aae12127 (diff)
downloadbootstrap-22fcac2ceac9edf1f7fdffd27215e17833b6d68b.tar.xz
bootstrap-22fcac2ceac9edf1f7fdffd27215e17833b6d68b.zip
Rip out the tab-focus mixin, remove application to anchors in reboot
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index e90d7cd3b..3c0ffe13e 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -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;
}
}