From 08984ac8cd09bf096a42aac5fd17aa6af79cfc5a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2017 17:03:57 -0800 Subject: [PATCH] Remove the outline override from dropdown toggles fixes #17573 --- scss/_dropdown.scss | 5 ----- 1 file changed, 5 deletions(-) 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 {