pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

Allow customizing Graph wrapper's focus state

Open DanielSidhion opened this issue 2 years ago • 1 comments

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.

DanielSidhion avatar Jul 25 '23 05:07 DanielSidhion

As a workaround you can use :global(.svelvet-wrapper:focus) { box-shadow: none !important; }

PlainBane avatar Aug 07 '23 08:08 PlainBane