mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-18 15:52:38 -05:00
The pseudo-element that extends the checkbox hit target also covered label text content, which broke Playwright actionability checks for clicks on text inside wider FancyCheckbox labels (e.g. the "Show Archived" toggle on the projects list page). Move the rule out of BaseCheckbox and into SingleTaskInProject's deep override, where the label slot is already hidden via display: none, so no neighboring content can be intercepted.