From 2dfffbde89b1f8483dce560513f3ab97e6a17e86 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Apr 2017 16:30:18 -0700 Subject: Rename some .open to .show (#22389) * no more outline overrides * rename old .open to .show --- scss/_button-group.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'scss/_button-group.scss') diff --git a/scss/_button-group.scss b/scss/_button-group.scss index af74a55f1..d4c79ab60 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -79,12 +79,6 @@ @include border-left-radius(0); } -// On active and open, don't show outline -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - // Sizing // @@ -119,8 +113,8 @@ // The clickable button for toggling the menu -// Remove the gradient and set the same inset shadow as the :active state -.btn-group.open .dropdown-toggle { +// Set the same inset shadow as the :active state +.btn-group.show .dropdown-toggle { @include box-shadow($btn-active-box-shadow); // Show no shadow for `.btn-link` since it has no other button styles. -- cgit v1.2.3