Skip to content

Commit 19509b9

Browse files
authored
Merge 2978031 into 98a36a3
2 parents 98a36a3 + 2978031 commit 19509b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elements/pf-tooltip/pf-tooltip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class PfTooltip extends LitElement {
189189
aria-labelledby="tooltip">
190190
<slot id="invoker" @slotchange="${this.#invokerChanged}"></slot>
191191
</div>
192-
<div aria-hidden="${String(!open) as 'true' | 'false'}">
192+
<div ?inert="${!open}">
193193
<slot id="tooltip" name="content">${this.content}</slot>
194194
</div>
195195
</div>

0 commit comments

Comments
 (0)