diff options
| author | Mark Otto <[email protected]> | 2016-12-26 14:52:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:12:04 -0800 |
| commit | 79cfc095df236e21464882d3dfad67e0c829dabf (patch) | |
| tree | 90ce948d5cf0bbafceb1e8f3a3c034590fc5d415 | |
| parent | 7aa2a52069dbda20e395b5c84b7522b255eeffd3 (diff) | |
| download | bootstrap-79cfc095df236e21464882d3dfad67e0c829dabf.tar.xz bootstrap-79cfc095df236e21464882d3dfad67e0c829dabf.zip | |
linting
| -rw-r--r-- | scss/mixins/_buttons.scss | 2 |
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); } } |
