Archived topic
Slideout menu close icon is highlighted
3 replies · Started by George on April 7, 2023
I am not sure what happened here with the new version but when the slideout menu opens on mobile the "X" closing icon is highlighted with some kind of white border. How can I stop that?
Hi George,
try removing the outline:
.slideout-navigation button.slideout-exit {
outline: unset;
}
It works, not sure why it needs to be there in the first place, David.
Thanks!
Its a focus ring, which is likely a consequence of the a11y improvements we made.
But it wasn't intended , and thats the first time i seen it, ill take a look at that.
Glad to be of help