Skip to content
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

Disabled labels #5794

Closed
minnaert opened this issue Nov 5, 2012 · 4 comments
Closed

Disabled labels #5794

minnaert opened this issue Nov 5, 2012 · 4 comments
Labels

Comments

@minnaert
Copy link

minnaert commented Nov 5, 2012

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;
}

@mdo
Copy link
Member

mdo commented Nov 6, 2012

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.

@mdo mdo closed this as completed Nov 6, 2012
@vguzev
Copy link

vguzev commented Nov 13, 2014

Nov 2014.. two years passed by... Bootstrap 3.3.1... and everyone still have to fix this in every project...
Maybe it make sense to reopen this issue?

@thatzacdavis
Copy link

This would definitely be a nice thing to have built in.

@hnrch02
Copy link
Collaborator

hnrch02 commented Nov 13, 2014

I'll add a note for v4 to maybe revisit this.

@twbs twbs locked and limited conversation to collaborators Nov 13, 2014
@cvrebert cvrebert added the css label Dec 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants