From: Mark Otto Date: Mon, 13 Feb 2017 01:03:57 +0000 (-0800) Subject: Remove the outline override from dropdown toggles X-Git-Tag: v4.0.0-beta~147^2~154^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08984ac8cd09bf096a42aac5fd17aa6af79cfc5a;p=thirdparty%2Fbootstrap.git Remove the outline override from dropdown toggles fixes #17573 --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 1c2741a2e3..404483e77c 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -17,11 +17,6 @@ border-right: $caret-width solid transparent; border-left: $caret-width solid transparent; } - - // Prevent the focus on the dropdown toggle when closing dropdowns - &:focus { - outline: 0; - } } .dropup {