2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+1 -4
View File
@@ -42,12 +42,9 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
&.focus,
&:active,
&.active {
&.focus {
background-color: @background;
border-color: @border;
}