Merge pull request #15725 from Budibase/fix/icon-borders
Remove on:focus event attribute from Icon
This commit is contained in:
commit
6420ab2a8f
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue