Site logo

Archived topic

Remove white dotted box for active menu item

2 replies · Started by Tim on January 14, 2017

Viewing posts 1–3 of 3

Hello,

There is white dotted box that flashes when the cursor is moved away from the menu item just clicked, I can't figure out where this comes from

(I think it may be coming from the stick buttons, if so I do not now why the styling is being applied to the Menu)

I want to remove it
http://aaa.greaterthanthesum.com/

Thanks

Hi Tim,

I can't tell you what it is but I tested in Chrome, Firefox and IE and it's only happening on Firefox it seems.
Hope Tom will have a better idea :)

That's the browser outline.

It's added by the browser for accessibility reasons.

You can remove it if you like with this:

.main-navigation a {
    outline: 0;
}
This archived topic is closed to new replies.