Skip to content

Commit

Permalink
Merge pull request #136 from Scille/ms-hide-password-toggle-visibilit…
Browse files Browse the repository at this point in the history
…y-edge

[MS] Hide password toggle visibility on Edge
  • Loading branch information
fabienSvtr authored Aug 30, 2024
2 parents 58d6c3a + 183b44c commit 3607c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/theme/components/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
border: 1px solid var(--parsec-color-light-secondary-disabled);
}

#ms-password-input input::-ms-reveal {
display: none;
}

// error message
.form-error {
color: var(--parsec-color-light-danger-500);
Expand Down

0 comments on commit 3607c61

Please sign in to comment.