Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Created June 23, 2013 11:39
Show Gist options
  • Save arnoldc/5844724 to your computer and use it in GitHub Desktop.
Save arnoldc/5844724 to your computer and use it in GitHub Desktop.
css: Remove cursor pointer in current menu page
#home nav .home > a {
pointer-events: none;
cursor: default;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment