diff --git a/assets/css/woocommerce-layout.scss b/assets/css/woocommerce-layout.scss index 0b30b29856d..a43c055144d 100644 --- a/assets/css/woocommerce-layout.scss +++ b/assets/css/woocommerce-layout.scss @@ -407,6 +407,11 @@ input[type="password"] { padding-right: 2.5rem; } + + /* Hide the Edge "reveal password" native button */ + input::-ms-reveal { + display: none; + } } .show-password-input {