mirror of https://github.com/twbs/bootstrap.git
Fixed mixin btn-pseudo-state background for [disabled] buttons
This commit is contained in:
parent
7cbb1c0452
commit
33b5c32c8c
|
|
@ -366,6 +366,7 @@
|
||||||
&.disabled,
|
&.disabled,
|
||||||
&[disabled],
|
&[disabled],
|
||||||
fieldset[disabled] & {
|
fieldset[disabled] & {
|
||||||
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active,
|
&:active,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue