diff options
| author | Jan Škrášek <[email protected]> | 2013-05-26 18:14:25 +0200 |
|---|---|---|
| committer | Jan Škrášek <[email protected]> | 2013-05-26 18:14:25 +0200 |
| commit | 33b5c32c8cc5713fd446af5ddd8c86cff46b9710 (patch) | |
| tree | 94c88af96a4f7ef446194eb7fd81f750872f45f0 | |
| parent | 7cbb1c0452a1d9904f7655aea78644def85b7f2e (diff) | |
| download | bootstrap-33b5c32c8cc5713fd446af5ddd8c86cff46b9710.tar.xz bootstrap-33b5c32c8cc5713fd446af5ddd8c86cff46b9710.zip | |
Fixed mixin btn-pseudo-state background for [disabled] buttons
| -rw-r--r-- | less/mixins.less | 1 |
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, |
