1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12: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 0a5babdfe1
commit 6110674e71
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