Skip to content

Instantly share code, notes, and snippets.

@konratnox
Created December 24, 2015 07:59
Show Gist options
  • Save konratnox/f1f8c0002d4965ae203f to your computer and use it in GitHub Desktop.
Save konratnox/f1f8c0002d4965ae203f to your computer and use it in GitHub Desktop.
Menu for mobile( second tab change location)
<div class="menu-item" tabindex="0">
<a href="#">Link</a>
</a>
.button .menu-item {
pointer-events: none;
}
.button:focus .menu-item {
pointer-events: all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment