Hi there, I’ve got a problem wir my mobile menu. Using the Nav nestable. There is a weird border around the toggle when clicking it on mobile. Either in safari and chrome.
I checked the setting 100x but couldn’t find the problem.
Hi Jenny,
Thanks so much for your report!
At first glance, this appears to some kind of :focus pseudo element—can you provide a live link?
Best regards,
timmse
Thanks! Try adding this to the close toggle element’s custom CSS:
%root%:focus-visible {
outline: none;
}
Lots of thanks, worked perfectly ![]()
