[TASK] Make new toggle checkboxes keyboard accessible
Make the checkbox input field transparent, instead of hiding it completely, so it can still be accessed via keyboard. Use the :focus CSS pseudo-class to highlight the input label with a box shadow, similar to current text input fields. Resolves: #84936 Releases: master Change-Id: I9e176cea1517617c978f05b63d881ab6af99380f Reviewed-on: https://review.typo3.org/56871 Reviewed-by:Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- Build/Resources/Public/Sass/component/_checkbox.scss 25 additions, 2 deletionsBuild/Resources/Public/Sass/component/_checkbox.scss
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/install/Resources/Public/Css/install.css 1 addition, 1 deletiontypo3/sysext/install/Resources/Public/Css/install.css
Please register or sign in to comment