mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
[disabled] => :disabled
:disabled is supported in IE9+ and all modern browsers
This commit is contained in:
+2
-2
@@ -309,7 +309,7 @@
|
||||
&:focus {
|
||||
color: $navbar-default-link-hover-color;
|
||||
}
|
||||
&[disabled],
|
||||
&:disabled,
|
||||
fieldset[disabled] & {
|
||||
&:hover,
|
||||
&:focus {
|
||||
@@ -422,7 +422,7 @@
|
||||
color: $navbar-inverse-link-hover-color;
|
||||
}
|
||||
|
||||
&[disabled],
|
||||
&:disabled,
|
||||
fieldset[disabled] & {
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user