Remove the blur

Have you noticed on some websites when clicking on an image or a link there is a dotted line? That line goes around the html-tag you are clicking on. I think it's rather ugly. Here is my way to remove it:

Put the following lines in your CSS:

:focus {
	outline: 0;
}

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <strong> <cite> <code> <b> <i>
  • Lines and paragraphs break automatically.

More information about formatting options