Skip to content

Commit

Permalink
actually remove password reveal control from ms edge
Browse files Browse the repository at this point in the history
  • Loading branch information
evan.lightcap committed Mar 5, 2024
1 parent 390aed5 commit 2622382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/_global.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,8 @@ button {
display: block;
margin-inline-start: 40px;
}
}

::-ms-reveal {
display: none;
}

0 comments on commit 2622382

Please sign in to comment.