Skip to content

Instantly share code, notes, and snippets.

@sdvg
Created September 24, 2012 13:10
Show Gist options
  • Save sdvg/3775878 to your computer and use it in GitHub Desktop.
Save sdvg/3775878 to your computer and use it in GitHub Desktop.
nice outline-replacement (less-syntax)
input, select, textarea {
&:focus {
outline: 0;
.box-shadow(0px, 0px, 3pt, 2pt, lightblue);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment