[Support request] Remove white dotted box for active menu item

Home Forums Support [Support request] Remove white dotted box for active menu item

Home Forums Support Remove white dotted box for active menu item

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #264082
    Tim

    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

    #264095
    Leo
    Staff
    Customer Support

    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 🙂

    #264148
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.