• Resolved Frank Gomez

    (@frank6tg)


    I’m trying to enable a focus indicator when using a keyboard to navigate and I’m not seeing it. I tried this CSS (and many other CSS selectors and pseudo-classes)

    .modula-simple-link:focus{
    outline: 2px solid !important;
    outline-offset: 2px !important;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Teo Alex

    (@altesin)

    Hello @frank6tg ,

    Please try the following CSS. It should display a 2px red outline on the focused element.

    html body .modula.modula-gallery .modula-simple-link:focus-visible {
    outline: 2px solid #f00;
    outline-offset: -2px;
    }

    Hope this helps but if you need aditional help please, do no hesistate to contact us.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.