Index: src/wp-admin/css/login.css
===================================================================
--- src/wp-admin/css/login.css	(revision 46371)
+++ src/wp-admin/css/login.css	(working copy)
@@ -355,6 +355,11 @@
 	word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
 }
 
+/* Hide the Edge "reveal password" native button */
+input::-ms-reveal {
+	display: none;
+}
+
 @-ms-viewport {
 	width: device-width;
 }
