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}
|
noWrap={tooltipWrap}
|
||||||
>
|
>
|
||||||
<div class="icon" class:newStyles>
|
<div class="icon" class:newStyles>
|
||||||
|
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||||
<svg
|
<svg
|
||||||
on:contextmenu
|
on:contextmenu
|
||||||
on:click
|
on:click
|
||||||
on:mouseover
|
on:mouseover
|
||||||
on:mouseleave
|
on:mouseleave
|
||||||
on:focus
|
|
||||||
class:hoverable
|
class:hoverable
|
||||||
class:disabled
|
class:disabled
|
||||||
class="spectrum-Icon spectrum-Icon--size{size}"
|
class="spectrum-Icon spectrum-Icon--size{size}"
|
||||||
|
|
Loading…
Reference in New Issue