Created
December 6, 2016 13:16
-
-
Save Farmatique/e1a9444a38d801e99f97d6e295a93a6a to your computer and use it in GitHub Desktop.
Hide autofill safari icon in input field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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