aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Škrášek <[email protected]>2013-05-26 18:14:25 +0200
committerJan Škrášek <[email protected]>2013-05-26 18:14:25 +0200
commit33b5c32c8cc5713fd446af5ddd8c86cff46b9710 (patch)
tree94c88af96a4f7ef446194eb7fd81f750872f45f0
parent7cbb1c0452a1d9904f7655aea78644def85b7f2e (diff)
downloadbootstrap-33b5c32c8cc5713fd446af5ddd8c86cff46b9710.tar.xz
bootstrap-33b5c32c8cc5713fd446af5ddd8c86cff46b9710.zip
Fixed mixin btn-pseudo-state background for [disabled] buttons
-rw-r--r--less/mixins.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less
index b54b05c4e..02040ac65 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -366,6 +366,7 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
+ &,
&:hover,
&:focus,
&:active,