Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2010 at 06:58 UTC
Updated:
29 Jul 2014 at 19:05 UTC
When #title_display is set to 'invisible' the rendered label is hidden by setting the class to .element-invisible. Should a designer wish to expose all of these labels they would need to override .element-invisible, and expose all elements that use this class.
We should use a specific class, such as .label-invisible, with the same CSS properties as .element-invisible, so that designers can choose to expose the hidden labels, without exposing all elements that use .element-invisible.
Comments
Comment #1
bowersox commentedI see what you mean about themers wanting to expose labels only. However, I'm thinking that they can do that currently with CSS like this:
I tried this out on my local site and it makes the levels visible. Does that accomplish what you're hoping for?
Comment #2
damien tournoud commentedAgreed.