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; }