From 84919620218a4748eb7f69f8d6c2fa6de6fc43e8 Mon Sep 17 00:00:00 2001 From: Edwin Lin Date: Fri, 10 Jul 2015 21:10:19 -0700 Subject: [PATCH] Show active buttons when form disabled --- less/mixins/buttons.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/less/mixins/buttons.less b/less/mixins/buttons.less index 6875a97c8b..b294d8c210 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; }