CSS Firefox - How to deactivate the dotted border ( firefox click indicator )?

Tomkay picture Tomkay · Nov 26, 2010 · Viewed 14.6k times · Source

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?

alt text

Answer

Ioannis Karadimas picture Ioannis Karadimas · Nov 26, 2010

Provided that your menu items are not input elements (say, buttons), you can hide it using CSS, like so:

element { outline: none; }