• Resolved kaschwei

    (@kaschwei)


    How I can remove these ugly borders from on click event if I had clicked a menu or image link, this is new in version 1.1.. That was not before.
    Maybe someone has a tipp.

    Regards
    Heinz

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator jordesign

    (@jordesign)

    Hi @kaschwei – this focus outline has been deliberately added as an accessibility feature. As such there is not a way to disable it without CSS.

    If you did want to use CSS (and accept the drop in accessibility) you can use this code:

    :where(.wp-site-blocks *:focus) {
        outline-width: 0px !important;
        outline-style: inherit;
    }
    Thread Starter kaschwei

    (@kaschwei)

    Yes it works.
    Best Regards
    Heinz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove ugly borders from on click event’ is closed to new replies.