Resolve #3485985 "Ensure disabled text is styled correctly"
Closes #3485985
Adds the same classes that are used in Claro for form inputs so that all the styling works properly, particularly the styling for disabled text input fields. Some style cleanup is added because I noticed tables were not styled correctly for forms on the node view for contribution records.
To test:
- run
ddev composer install
- run
composer recreate
- Log in as an admin user
- Go to
https://drupalorg.ddev.site/admin/content
and find "GitlabCI: Fix CSPELL validation errors" and view the node. - Expand "Attribute your contribution"
- The inputs on the left should appear "grayed out" and the mouse cursor should indicate "not allowed" when you hover over those inputs.
- The input on the right by comparison should clearly be allowed.
Edited by Bill Sprowl