Created
October 18, 2015 16:30
-
-
Save antyakushev/ec9e9c3266bef177ff16 to your computer and use it in GitHub Desktop.
This file contains 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 characters
/* 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