diff --git a/src/index.css b/src/index.css index a6f7ec31..569cce3f 100644 --- a/src/index.css +++ b/src/index.css @@ -7,3 +7,9 @@ outline: transparent !important; } } + +/* Remove contact and password icon in safari */ +input::-webkit-credentials-auto-fill-button, +input::-webkit-contacts-auto-fill-button { + width: 0 !important; +}