Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1332251

    I added the following code to improve accessibility on https://lunchticket.org/, but I can’t get an outline to show on the header logo — do you know how I might get that to show? Thanks!

    a:focus-visible {
      outline: 3px #000 solid;
    }
    #1332260

    it is because of this rule from layout.css –
    outline is as the name indicates outside the container.

    .logo, .logo a {
      overflow: hidden;
      position: relative;
      display: block;
      height: 100%;
    }

    change the overflow to visible
    btw. did you test the One Click Accessibility Plugin. Enfold supports it by default.

    #1332286

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1333023

    Ah, sweet, thank you! I had tried that, but only with .logo a — I missed just the .logo — now that I’ve added the .logo it works! Thanks again!

    #1333062

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1333184

    All good and free to close — thanks again.

    #1333227

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘a:focus-visible on logo’ is closed to new replies.