From: Mark Otto Date: Tue, 11 Nov 2014 23:43:00 +0000 (-0800) Subject: Fixes #14939: Don't remove focus outline from buttons in button groups X-Git-Tag: v3.3.1~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15086%2Fhead;p=thirdparty%2Fbootstrap.git Fixes #14939: Don't remove focus outline from buttons in button groups --- diff --git a/less/button-groups.less b/less/button-groups.less index fbcdf457b5..f84febbd56 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -18,10 +18,6 @@ &.active { z-index: 2; } - &:focus { - // Remove focus outline when dropdown JS adds it after closing the menu - outline: 0; - } } }