diff options
| author | Martijn Cuppens <[email protected]> | 2018-02-28 19:37:13 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-20 19:25:01 -0500 |
| commit | c74a32703a441c7efa5ccea5d0b24391a3de4788 (patch) | |
| tree | aed5876baed5906f668724498157383a8090d073 | |
| parent | f87d5eab693434199c618766632ce10134ae2a7b (diff) | |
| download | bootstrap-c74a32703a441c7efa5ccea5d0b24391a3de4788.tar.xz bootstrap-c74a32703a441c7efa5ccea5d0b24391a3de4788.zip | |
Allow background images for active buttons
| -rw-r--r-- | scss/_buttons.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 70a55f340..0a8eaa9b6 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -40,7 +40,6 @@ &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active { - background-image: none; @include box-shadow($btn-active-box-shadow); &:focus { |
