Skip to content

Instantly share code, notes, and snippets.

@uberbruns
Created July 27, 2015 15:44
Show Gist options
  • Save uberbruns/283b1ec9ffdb2605a1a1 to your computer and use it in GitHub Desktop.
Save uberbruns/283b1ec9ffdb2605a1a1 to your computer and use it in GitHub Desktop.
#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