pycodestyle
pycodestyle copied to clipboard
Allow customizing Graph wrapper's focus state
Is there a way to customize the focus state of the Graph wrapper? From the code here I'm not sure if this is currently possible. I'd like to ideally remove the box-shadow in that element.
I'm willing to submit a PR if this is something you're interested in having.
As a workaround you can use :global(.svelvet-wrapper:focus) { box-shadow: none !important; }