2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge pull request #50 from twbs/disabled-pseudo

use :disabled pseudo-class instead of [disabled] attribute
This commit is contained in:
Mark Otto
2014-12-22 20:13:09 -08:00
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
@include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
}
&.disabled,
&[disabled],
&:disabled,
fieldset[disabled] & {
&,
&:hover,