diff options
| author | Edwin Lin <[email protected]> | 2015-07-10 21:10:19 -0700 |
|---|---|---|
| committer | Edwin Lin <[email protected]> | 2015-07-10 21:10:19 -0700 |
| commit | 84919620218a4748eb7f69f8d6c2fa6de6fc43e8 (patch) | |
| tree | abd401d01347063ee6845dbfd178db9790ae5dd7 | |
| parent | cb7f569262acaf5d0d6c001146855eb595ffdd20 (diff) | |
| download | bootstrap-84919620218a4748eb7f69f8d6c2fa6de6fc43e8.tar.xz bootstrap-84919620218a4748eb7f69f8d6c2fa6de6fc43e8.zip | |
Show active buttons when form disabled
| -rw-r--r-- | less/mixins/buttons.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/less/mixins/buttons.less b/less/mixins/buttons.less index 6875a97c8..b294d8c21 100644 --- a/less/mixins/buttons.less +++ b/less/mixins/buttons.less @@ -42,12 +42,9 @@ &.disabled, &[disabled], fieldset[disabled] & { - &, &:hover, &:focus, - &.focus, - &:active, - &.active { + &.focus { background-color: @background; border-color: @border; } |
