Files
edr-platform/apps/edr-freight-web/backoffice/src/components
Nathnael 54cf0c2944 fix(filters): make the whole filter option row clickable
The padding around an enum filter's checkbox/radio carried the hover cue but
swallowed the click: the only element that toggles a Mantine Checkbox is its
native <label>, which wraps its own text and nothing else. The row's padding
and the gutter beside the input square lie outside it, so styling those on
`root` produced an area that looked interactive and was not.

Stretch a `::before` over the relatively-positioned root. The pseudo-element
belongs to the label's own box, so a click anywhere in the row lands on the
label and toggles the input. `cursor: pointer` moves to the root for the same
reason -- the affordance should cover exactly what is clickable.
2026-08-20 09:05:31 +00:00
..
2026-08-13 13:46:46 +00:00
2026-08-13 13:46:46 +00:00
2026-08-13 06:54:54 +00:00
2026-08-12 12:28:37 +00:00
2026-08-19 10:14:46 +00:00
2026-08-15 08:53:24 +00:00
2026-08-13 18:56:52 +00:00
2026-06-22 07:44:03 +00:00
2026-08-13 13:46:46 +00:00
2026-05-12 15:17:16 +03:00
fix
2026-07-04 03:47:36 +00:00
2026-07-16 08:52:29 +00:00