mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 19:05:28 +02:00
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