Skip to content

Instantly share code, notes, and snippets.

@thomas-lebeau
Created April 17, 2015 11:29
Show Gist options
  • Save thomas-lebeau/3e3ff2b32a040cac87e3 to your computer and use it in GitHub Desktop.
Save thomas-lebeau/3e3ff2b32a040cac87e3 to your computer and use it in GitHub Desktop.
Makes placeholder disappear immediately on focus
[placeholder]:focus::-webkit-input-placeholder {
color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment