This commit is contained in:
Cory LaViska
2021-08-23 09:11:40 -04:00
parent af852a088c
commit 9c0641dcad

View File

@@ -239,4 +239,9 @@ export default css`
.input--empty .input__clear {
visibility: hidden;
}
/* Don't show the browser's password toggle in Edge */
::-ms-reveal {
display: none;
}
`;