I am wanting to get rid of the focus box for a toggle sheet. I have search just about everywhere so if the answer is out there. I apologize in advance.
I also tried some think in style of the component and events.focus but with no luck.
Here is what I put in my stylesheet.css
>
> [data-component~="toggle-switch"] focus {
> /* Styles for toggle switch input (checkbox) */
> border: none;
> display: none;
> }
>
> [data-component~="togswchOnlyMilestones"] focus {
> /* Styles for toggle switch input (checkbox) */
> border: none;
> display: none;
> }