Merged in fix/LOY-171-password-reveal-icon-edge (pull request #1476)
fix(LOY-171): Hide password reveal icons in Microsoft Edge * fix(LOY-171): Hide password reveal icons in Microsoft Edge Approved-by: Christian Andolf
This commit is contained in:
@@ -86,3 +86,13 @@
|
|||||||
.inputWrapper {
|
.inputWrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide the built-in password reveal icon in Microsoft Edge.
|
||||||
|
* See: https://learn.microsoft.com/en-us/microsoft-edge/web-platform/password-reveal
|
||||||
|
*/
|
||||||
|
.inputWrapper input::-ms-reveal {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.inputWrapper input::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user