Skip to content

Commit

Permalink
fix: remove contact and password icon in safari (#747)
Browse files Browse the repository at this point in the history
Co-authored-by: Pritish Budhiraja <[email protected]>
  • Loading branch information
aritro2002 and PritishBudhiraja authored Oct 29, 2024
1 parent 344855d commit ebeca6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit ebeca6e

Please sign in to comment.