aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-04 20:34:09 -0700
committerMark Otto <[email protected]>2015-08-04 20:34:09 -0700
commit70ab634938eea69dcb996eac56fea657381578dc (patch)
tree73530d32154762eade498808dadff56f1676fadb
parent40539221f09818e6f27bacbe68e50f98bd9f4123 (diff)
parent84919620218a4748eb7f69f8d6c2fa6de6fc43e8 (diff)
downloadbootstrap-70ab634938eea69dcb996eac56fea657381578dc.tar.xz
bootstrap-70ab634938eea69dcb996eac56fea657381578dc.zip
Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtons
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;
}