mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Allow background images for active buttons
This commit is contained in:
committed by
Mark Otto
parent
f87d5eab69
commit
c74a32703a
@@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
&:not(:disabled):not(.disabled):active,
|
&:not(:disabled):not(.disabled):active,
|
||||||
&:not(:disabled):not(.disabled).active {
|
&:not(:disabled):not(.disabled).active {
|
||||||
background-image: none;
|
|
||||||
@include box-shadow($btn-active-box-shadow);
|
@include box-shadow($btn-active-box-shadow);
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Reference in New Issue
Block a user