fix(a11y): WCAG 2.1 AA fixes (#2219)
This commit is contained in:
@@ -73,7 +73,11 @@ export default function InviteActionMenu({ invitationId }: Props) {
|
||||
arrowPosition="center"
|
||||
>
|
||||
<Menu.Target>
|
||||
<ActionIcon variant="subtle" c="gray">
|
||||
<ActionIcon
|
||||
variant="subtle"
|
||||
c="gray"
|
||||
aria-label={t("Invite actions")}
|
||||
>
|
||||
<IconDots size={20} stroke={2} />
|
||||
</ActionIcon>
|
||||
</Menu.Target>
|
||||
|
||||
@@ -56,6 +56,12 @@ export function WorkspaceInviteForm({ onClose }: Props) {
|
||||
maxDropdownHeight={200}
|
||||
maxTags={50}
|
||||
onChange={setEmails}
|
||||
data-autofocus
|
||||
autoComplete="off"
|
||||
data-1p-ignore
|
||||
data-lpignore="true"
|
||||
data-bwignore
|
||||
data-form-type="other"
|
||||
/>
|
||||
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user