Skip to content

Instantly share code, notes, and snippets.

@dscamahorn
Last active August 29, 2015 14:27
Show Gist options
  • Save dscamahorn/f83ebf3889aaf6f9dbe2 to your computer and use it in GitHub Desktop.
Save dscamahorn/f83ebf3889aaf6f9dbe2 to your computer and use it in GitHub Desktop.
button {
background-color: #fff;
border:solid 1px #333;
color: #000;
.no-touch &:hover, .touch &:active {
background-color: #333;
color: #fff;
}
}
document.addEventListener("touchstart", function() {},false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment