From: Mark Otto Date: Mon, 26 Dec 2016 22:52:39 +0000 (-0800) Subject: linting X-Git-Tag: v4.0.0-alpha.6~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79cfc095df236e21464882d3dfad67e0c829dabf;p=thirdparty%2Fbootstrap.git linting --- 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); } }