2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Show active buttons when form disabled

This commit is contained in:
Edwin Lin
2015-07-10 21:10:19 -07:00
parent cb7f569262
commit 8491962021
+1 -4
View File
@@ -42,12 +42,9 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
&,
&:hover,
&:focus,
&.focus,
&:active,
&.active {
&.focus {
background-color: @background;
border-color: @border;
}