Site logo

[Resolved] Slideout menu close icon is highlighted

Home Forums Support [Resolved] Slideout menu close icon is highlighted

Home Forums Support Slideout menu close icon is highlighted

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2600835
    George

    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?

    #2601076
    David
    Staff
    Customer Support

    Hi George,

    try removing the outline:

    
    .slideout-navigation button.slideout-exit {
        outline: unset;
    }
    #2601113
    George

    It works, not sure why it needs to be there in the first place, David.

    Thanks!

    #2601848
    David
    Staff
    Customer Support

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.