Skip to content

Instantly share code, notes, and snippets.

@SergSlon
Created December 24, 2015 07:11
Show Gist options
  • Save SergSlon/0ac8d4224e414a48e65b to your computer and use it in GitHub Desktop.
Save SergSlon/0ac8d4224e414a48e65b to your computer and use it in GitHub Desktop.
stateful hover
<style>
.button .menu-item {
pointer-events: none;
}
.button:focus .menu-item {
pointer-events: all;
}
</style>
<div class="menu-item" tabindex="0">
<a href="#">Link</a>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment