chore: deslop bulk download dialog and action bar

Merge duplicate lingui imports, drop redundant state-reset comment,
simplify Select onValueChange to match codebase style, and remove
broken tap-target span with invalid Tailwind 3.4 classes
(pointer-fine:, -translate-1/2).
This commit is contained in:
ephraimduncan
2026-04-20 18:57:43 +00:00
parent 5b64137237
commit 278dfa3d77
2 changed files with 10 additions and 20 deletions
@@ -102,13 +102,9 @@ export const EnvelopesTableBulkActionBar = ({
size="sm"
onClick={onClearSelection}
aria-label={t`Clear selection`}
className="relative h-8 w-8 p-0"
className="h-8 w-8 p-0"
>
<XIcon className="size-4 shrink-0" />
<span
aria-hidden="true"
className="pointer-fine:hidden -translate-1/2 absolute left-1/2 top-1/2 size-[max(100%,3rem)]"
/>
</Button>
</div>
);