aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-02-28 19:37:13 +0100
committerMark Otto <[email protected]>2018-07-20 19:25:01 -0500
commitc74a32703a441c7efa5ccea5d0b24391a3de4788 (patch)
treeaed5876baed5906f668724498157383a8090d073
parentf87d5eab693434199c618766632ce10134ae2a7b (diff)
downloadbootstrap-c74a32703a441c7efa5ccea5d0b24391a3de4788.tar.xz
bootstrap-c74a32703a441c7efa5ccea5d0b24391a3de4788.zip
Allow background images for active buttons
-rw-r--r--scss/_buttons.scss1
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 {