Add on:focus handler to button to fix A11y issue
This commit is contained in:
parent
070d4f74f0
commit
78458d549d
|
@ -30,6 +30,7 @@
|
|||
{disabled}
|
||||
on:click|preventDefault
|
||||
on:mouseover={() => (showTooltip = true)}
|
||||
on:focus={() => (showTooltip = true)}
|
||||
on:mouseleave={() => (showTooltip = false)}
|
||||
>
|
||||
{#if icon}
|
||||
|
|
Loading…
Reference in New Issue