Update _inputs.scss

This commit is contained in:
Adnan Khan 2025-12-05 15:36:17 +05:30 committed by GitHub
parent 1ac539c5ac
commit 1bd3acec41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,6 +89,11 @@ input::-webkit-file-upload-button {
display: none;
}
// Hide Microsoft Edge's built-in password reveal button to avoid duplicate eye icons
input::-ms-reveal {
display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: inherit;
opacity: 0.5;