[Resolved] Blue box on the link

Home Forums Support [Resolved] Blue box on the link

Home Forums Support Blue box on the link

  • This topic has 7 replies, 3 voices, and was last updated 7 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #296311
    Miguel Angel

    Hi Tom, there is some way that the blue box in the link is not visible.

    View image

    https://drive.google.com/file/d/0B8AqVP6iedd9bFZ4Qk1raFdWOWc/view?usp=sharing

    A hug

    #296398
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I would have to see the actual site so I can check out the code.

    Let me know ๐Ÿ™‚

    #296667
    Miguel Angel

    Hi Tom, the actual site:

    A hug

    #296752
    Leo
    Staff
    Customer Support

    Hi Miguel,

    Unless I’m missing something I don’t see any blue box on the page you linked?

    Can you take a screenshot of what you are seeing?

    Thanks!

    #296799
    Miguel Angel

    Hi, is to click on the image is a link and on the logo when clicking also comes a blue box.

    https://drive.google.com/file/d/0B8AqVP6iedd9bFZ4Qk1raFdWOWc/view?usp=sharing

    A hug

    #296813
    Tom
    Lead Developer
    Lead Developer

    That’s the outline added by the browser – it’s actually very important for accessibility reasons.

    If you really want to get rid of it, you can do this:

    map area:focus {
        outline: 0;
    }
    #296855
    Miguel Angel

    Thanks Tom,

    #297030
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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