Created
July 27, 2015 15:44
-
-
Save uberbruns/283b1ec9ffdb2605a1a1 to your computer and use it in GitHub Desktop.
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 characters
#search h3.r a[href*="www.w3schools.com"] { | |
pointer-events: none; | |
cursor: default; | |
} | |
#search h3.r a[href*="www.w3schools.com"]::after { | |
content: ""; | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
background-color: white; | |
z-index: 99; | |
cursor: default; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment