Last active
March 28, 2016 12:20
-
-
Save andreasvirkus/ec526088f71fe405a5f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- Remove link outlines only for mouse interactions, keeping the tab-friendly outline for disabled users and keyboard lovers --> | |
<html> | |
<head> | |
<style id="_outline-styles"></style> | |
</head> | |
<body onmousedown="document.getElementById('_outline-styles').innerHTML='a{outline:none}';" | |
onkeydown="document.getElementById('_outline-styles').innerHTML=''"> | |
<a href="#">test link</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment