diff options
| author | Mark Otto <[email protected]> | 2016-12-31 12:26:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-31 12:47:03 -0800 |
| commit | 22fcac2ceac9edf1f7fdffd27215e17833b6d68b (patch) | |
| tree | c46e9baf642c031845e4ceab130f6495078df9e7 /scss/_reboot.scss | |
| parent | e2b6badb86571d482c9653e05cedda10aae12127 (diff) | |
| download | bootstrap-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.scss | 6 |
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; } } |
