Problem/Motivation
Seperate core templates from non essential css classes.
Proposed resolution
modify templates:
- core/modules/system/templates/checkboxes.html.twig
- core/modules/system/templates/confirm-form.html.twig
- core/modules/system/templates/container.html.twig
Rename .form-wrapper
to .js-form-wrapper
to follow css coding standards
#2431671: [meta] Add in js- prefixed classes for separation of JS & CSS functionality
Remaining tasks
* visual test of renames classes
* test should be done on classy and stark
* test url:
/admin/config/regional/translate ( FILTER TRANSLATABLE STRINGS box)
/node/1/edit (sidebar)
User interface changes
API changes
Original report by @username
See parent issue(s) and related issue(s) for details,