.btn-group.show .dropdown-toggle {
@include box-shadow($btn-active-box-shadow-alt);
// Show no shadow for `.btn-link` since it has no other button styles.
&.btn-link {
@include box-shadow(none);
}