add tabindex and aria-hidden (#22699)
This commit is contained in:
+542
-542
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -29,7 +29,11 @@
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Popover.Trigger class="pointer-events-none absolute inset-0 opacity-0">
|
||||
<Popover.Trigger
|
||||
class="pointer-events-none absolute inset-0 opacity-0"
|
||||
tabindex={-1}
|
||||
aria-hidden="true"
|
||||
>
|
||||
<span class="sr-only">{srLabel}</span>
|
||||
</Popover.Trigger>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user