Skip to content

Instantly share code, notes, and snippets.

@rotassator
Last active March 7, 2018 00:13
Show Gist options
  • Save rotassator/a9503d9e4913d7b32e3c to your computer and use it in GitHub Desktop.
Save rotassator/a9503d9e4913d7b32e3c to your computer and use it in GitHub Desktop.
CSS: prevent Webkit autofill styles
// prevent webkit autofill style
&:-webkit-autofill,
&:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 100px #fff inset;
-webkit-text-fill-color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment