Created
December 24, 2015 07:11
-
-
Save SergSlon/0ac8d4224e414a48e65b to your computer and use it in GitHub Desktop.
Revisions
-
SergSlon created this gist
Dec 24, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <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>