1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Fix button A11y issue again after being lost in merge

This commit is contained in:
Andrew Kingston 2022-02-22 12:35:11 +00:00
parent b6bc10f397
commit 77664a6e4c
2 changed files with 1 additions and 0 deletions

View file

@ -29,6 +29,7 @@
{disabled}
on:click|preventDefault
on:mouseover={() => (showTooltip = true)}
on:focus={() => (showTooltip = true)}
on:mouseleave={() => (showTooltip = false)}
>
{#if icon}

View file