2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
-9
View File
@@ -1,9 +0,0 @@
// WebKit-style focus
@mixin tab-focus() {
// WebKit-specific. Other browsers will keep their default outline style.
// (Initially tried to also force default via `outline: initial`,
// but that seems to erroneously remove the outline in Firefox altogether.)
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}