aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/mixins/_buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss
index 7a0a08a65..8e0c4936b 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);
}
}