aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Lin <[email protected]>2015-07-10 21:10:19 -0700
committerEdwin Lin <[email protected]>2015-07-10 21:10:19 -0700
commit84919620218a4748eb7f69f8d6c2fa6de6fc43e8 (patch)
treeabd401d01347063ee6845dbfd178db9790ae5dd7
parentcb7f569262acaf5d0d6c001146855eb595ffdd20 (diff)
downloadbootstrap-84919620218a4748eb7f69f8d6c2fa6de6fc43e8.tar.xz
bootstrap-84919620218a4748eb7f69f8d6c2fa6de6fc43e8.zip
Show active buttons when form disabled
-rw-r--r--less/mixins/buttons.less5
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;
}