You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally from az-digital/az_quickstart#3249 , and is preferable to fix at the Bootstrap level than in the AZ Barrio Drupal theme. Form labels are not visually distinguishable from description text.
Label styling is currently the same as description text, making it visually indistinguishable and confusing for visual users filling out the forms.
Proposed resolution
Increase font-size and boldness of non-checkbox/radio <label>s. Adapt the CSS used in AZ Barrio to fit in AZ Bootstrap context:
akslay
changed the title
[Placeholder] Address form label and description text distinguishability in Bootstrap
Make form labels visually distinguishable from description text
Jul 3, 2024
Problem/Motivation
Originally from az-digital/az_quickstart#3249 , and is preferable to fix at the Bootstrap level than in the AZ Barrio Drupal theme. Form labels are not visually distinguishable from description text.
Label styling is currently the same as description text, making it visually indistinguishable and confusing for visual users filling out the forms.
Proposed resolution
Increase font-size and boldness of non-checkbox/radio
<label>
s. Adapt the CSS used in AZ Barrio to fit in AZ Bootstrap context:Expected behavior
Form labels are visually distinguishable from description text.
The text was updated successfully, but these errors were encountered: