Skip to content

Instantly share code, notes, and snippets.

@antyakushev
Created October 18, 2015 16:30
Show Gist options
  • Save antyakushev/ec9e9c3266bef177ff16 to your computer and use it in GitHub Desktop.
Save antyakushev/ec9e9c3266bef177ff16 to your computer and use it in GitHub Desktop.
/* Does not stop pointer events */
.item:hover {
outline: 10000px solid rgba(234, 235, 230, 0.5);
z-index: 1000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment