mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-23 18:16:14 +02:00
web/PopoverContainer: hide for screen readers when not expanded
This commit is contained in:
parent
f3ff3656ef
commit
5860efa620
@ -19,7 +19,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<div {id} class="popover {expandStart}" class:expanded>
|
||||
<div {id} class="popover {expandStart}" aria-hidden={!expanded} class:expanded>
|
||||
{#if renderPopover}
|
||||
<slot></slot>
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user