Fix button A11y issue again after being lost in merge
This commit is contained in:
parent
0a5babdfe1
commit
6110674e71
|
@ -29,6 +29,7 @@
|
|||
{disabled}
|
||||
on:click|preventDefault
|
||||
on:mouseover={() => (showTooltip = true)}
|
||||
on:focus={() => (showTooltip = true)}
|
||||
on:mouseleave={() => (showTooltip = false)}
|
||||
>
|
||||
{#if icon}
|
||||
|
|
Loading…
Reference in New Issue