CSS Firefox - How to deactivate the dotted border ( firefox click indicator )?
问题 This click indicator is a disgusting piece for my recent web projects.. I hate this! - How can I say to my Firefox browser that he should not mark the clicked object? 回答1: Provided that your menu items are not input elements (say, buttons), you can hide it using CSS, like so: element { outline: none; } 回答2: a { outline: none; } 回答3: Nothing helped (Firefox 20.1) until this: a:focus, a:active, button, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type=