From 79cfc095df236e21464882d3dfad67e0c829dabf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Dec 2016 14:52:39 -0800 Subject: [PATCH] linting --- scss/mixins/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }