Site logo

Archived topic

Blue box on the link

7 replies · Started by Miguel Angel on March 23, 2017

Viewing posts 1–8 of 8

Hi there,

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

Let me know :)

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!

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;
}

Thanks Tom,

You're welcome :)

This archived topic is closed to new replies.