-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Disabled labels #5794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Given how folks implement forms so uniquely across projects, we'll pass on this for now. Plus we have larger changes afoot in 3.0 to change how forms work. |
Nov 2014.. two years passed by... Bootstrap 3.3.1... and everyone still have to fix this in every project... |
This would definitely be a nice thing to have built in. |
I'll add a note for v4 to maybe revisit this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One thing I noticed with form controls & labels is that the labels for controls which are disabled don't look disabled. In the case of radio buttons & checkboxes in particular, this isn't very clear to the end user, the control still looks enabled.
What does everyone think of adding supposed for the disabled class on labels? The text would change to a disabled appearance?
label.disabled {
color: @GrayLight;
cursor: not-allowed;
}
The text was updated successfully, but these errors were encountered: