diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 7a0a08a653..8e0c4936b7 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -37,8 +37,8 @@ .show > &.dropdown-toggle { color: $color; background-color: $active-background; - border-color: $active-border; background-image: none; // Remove the gradient for the pressed/active state + border-color: $active-border; @include box-shadow($btn-active-box-shadow); } }