Skip to content
Snippets Groups Projects
Commit ba904c80 authored by Robert Kärner's avatar Robert Kärner Committed by Benni Mack
Browse files

[BUGFIX] Make null-value checkboxes clickable

The checkbox "t3-form-field-eval-null-checkbox" lost its former CSS class
"checkbox" and thus its attribute "position: relative". This happened
during the recent change to streamline checkboxes in the TYPO3 Backend.

This change adds the missing attribute, so that the checkbox is no longer
obscured by the "t3-form-field-disable" overlay, which prevented all
mouse interactions.

Resolves: #94817
Related: #93310
Releases: master
Change-Id: I1fba185f58cd927eb186e39feab5c6d9c783315a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70451


Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent f87376f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment