I am using Toggable Tabs from Twitters Bootstrap
The problem I have, Even you can see from the example too. That when the user clicks the tab, The active tab has the dot
To solve the issue for Firefox and all other browsers, I would use the following CSS:
/* Remove dotted outline from image inputs */ input::-moz-focus-inner { border: 0; } /* Remove dotted outline from all links */ a { outline: 0; }