mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Update _inputs.scss
This commit is contained in:
parent
1ac539c5ac
commit
1bd3acec41
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue