Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Last active March 28, 2016 12:20
Show Gist options
  • Save andreasvirkus/ec526088f71fe405a5f0 to your computer and use it in GitHub Desktop.
Save andreasvirkus/ec526088f71fe405a5f0 to your computer and use it in GitHub Desktop.
<!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