0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtons

Show active buttons when form disabled
This commit is contained in:
Mark Otto 2015-08-04 20:34:09 -07:00
commit 70ab634938

View File

@ -42,12 +42,9 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
&.focus,
&:active,
&.active {
&.focus {
background-color: @background;
border-color: @border;
}