]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow background images for active buttons
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 28 Feb 2018 18:37:13 +0000 (19:37 +0100)
committerMark Otto <otto@github.com>
Sat, 21 Jul 2018 00:25:01 +0000 (19:25 -0500)
scss/_buttons.scss

index 70a55f34093719b2d5e71d7279a2cbfd0e9b28bf..0a8eaa9b648ada065e154bf65699123a08090145 100644 (file)
@@ -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 {