Commit 70ab6349 authored by Mark Otto's avatar Mark Otto

Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtons

Show active buttons when form disabled
parents 40539221 84919620
...@@ -42,12 +42,9 @@ ...@@ -42,12 +42,9 @@
&.disabled, &.disabled,
&[disabled], &[disabled],
fieldset[disabled] & { fieldset[disabled] & {
&,
&:hover, &:hover,
&:focus, &:focus,
&.focus, &.focus {
&:active,
&.active {
background-color: @background; background-color: @background;
border-color: @border; border-color: @border;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment