Files
dokploy/apps
Mauricio Siu 2f9d5242d8 fix(ui): make interactive icons inside badges clickable again
The Tailwind v4 / shadcn badge update added [&>svg]:pointer-events-none
to the badge base class, which swallowed clicks on the X remove icons
rendered inside badges (watch paths in every git provider form), so
watch paths could no longer be deleted. Scope the rule to
non-interactive icons so svgs marked cursor-pointer receive clicks.

Fixes #4780
2026-07-14 11:45:07 -06:00
..