Skip to content

Instantly share code, notes, and snippets.

@yeromin
Created March 26, 2018 15:53
Show Gist options
  • Save yeromin/5aa03719d89c2f1ec3f1200376d4b7c2 to your computer and use it in GitHub Desktop.
Save yeromin/5aa03719d89c2f1ec3f1200376d4b7c2 to your computer and use it in GitHub Desktop.
input
  &:active, &:focus
    transition: 0.35s ease
    color: #1d1d1d
    &::-webkit-input-placeholder
      transition: opacity 0.3s ease
      opacity: 0
    &::-moz-placeholder
      transition: opacity 0.3s ease
      opacity: 0
    &:-ms-placeholder
      transition: opacity 0.3s ease
      opacity: 0
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment