mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix disabled floating labels color
This commit is contained in:
committed by
Mark Otto
parent
f97149a4af
commit
85765210cd
@@ -83,4 +83,8 @@
|
||||
border-width: $input-border-width 0; // Required to properly position label text - as explained above
|
||||
}
|
||||
}
|
||||
|
||||
> .form-control:disabled ~ label {
|
||||
color: $form-floating-label-disabled-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user