From 4b0d3762f309326a6d66fa4ea18945a7fc11f8ef Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 30 Jul 2016 17:56:26 -0400 Subject: update to v3.3.7 --- .../assets/stylesheets/bootstrap/mixins/_tab-focus.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins') diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss index 7df0ae7c..f16ed642 100644 --- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss @@ -1,9 +1,9 @@ // WebKit-style focus @mixin tab-focus() { - // Default - outline: thin dotted; - // WebKit + // 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; } -- cgit v1.2.3