Skip to content

Instantly share code, notes, and snippets.

@clayb
Created November 28, 2012 19:45
Show Gist options
  • Save clayb/4163611 to your computer and use it in GitHub Desktop.
Save clayb/4163611 to your computer and use it in GitHub Desktop.
active state for advent calenar li
#advent-calendar ul li:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment