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 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
&.focus,
&:active,
&.active {
&.focus {
background-color: @background;
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