Merge pull request #15725 from Budibase/fix/icon-borders

Remove on:focus event attribute from Icon
This commit is contained in:
Andrew Kingston 2025-03-12 13:52:55 +00:00 committed by GitHub
commit 6420ab2a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,12 +25,12 @@
noWrap={tooltipWrap}
>
<div class="icon" class:newStyles>
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
<svg
on:contextmenu
on:click
on:mouseover
on:mouseleave
on:focus
class:hoverable
class:disabled
class="spectrum-Icon spectrum-Icon--size{size}"