feat: remove the button for viewing passwords in the Edge browser (#6727)

#### What type of PR is this?

/area core
/kind improvement
/milestone 2.20.x

#### What this PR does / why we need it:

移除在 Edge 浏览器中,为密码输入框添加显示密码明文按钮。

<img width="406" alt="image" src="https://github.com/user-attachments/assets/49801c25-d8dc-46db-9cba-302653af1951">

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/6728/head
Ryan Wang 2024-09-29 15:11:46 +08:00 committed by GitHub
parent ca9adfc9d8
commit f4e3c25035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -408,3 +408,7 @@
flex-direction: column;
}
}
::-ms-reveal {
display: none;
}