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?
We can remove the default behavior of hyperlinks which is to show a dotted outline around themselves when active or focused by declaring CSS outline property on active/focused links to be none.
Are you getting blue borders around links, inputs, or buttons in the Chrome browser? Or a dotted border in Firefox browsers? To fix this, youll need to add the outline: none; style to a :focus selector for any element that shows the problem.
Provided that your menu items are not input elements (say, buttons), you can hide it using CSS, like so:
element { outline: none; }
a { outline: none; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With