Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created December 6, 2016 13:16
Show Gist options
  • Save Farmatique/e1a9444a38d801e99f97d6e295a93a6a to your computer and use it in GitHub Desktop.
Save Farmatique/e1a9444a38d801e99f97d6e295a93a6a to your computer and use it in GitHub Desktop.
Hide autofill safari icon in input field
input::-webkit-contacts-auto-fill-button {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment