Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oclockvn/6351a8030f9ec2a3d8e7 to your computer and use it in GitHub Desktop.
Save oclockvn/6351a8030f9ec2a3d8e7 to your computer and use it in GitHub Desktop.
/*
* new version *******************/
img, img:focus, img::-moz-focus-inner, a::-moz-focus-inner,:-moz-any-link:focus,a:hover, a:active, a:focus {
border: 0;
outline: none;
-moz-outline-style: none;
}
/*
* old version **************/
/*
*, *:focus {
outline: none;
}
img, img:focus, img::-moz-focus-inner, a::-moz-focus-inner {
border: 0;
outline: none;
}
a:hover, a:active, a:focus, img, img:focus {
outline: none;
-moz-outline-style: none;
}
:-moz-any-link:focus {
outline: none;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment