Skip to content

Commit

Permalink
fix(input): override edge password input default style (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyang0210 authored Apr 13, 2023
1 parent 9e581e8 commit a16e37a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/web/components/input/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
width: 100%;
}

// 隐藏Edge浏览器默认的密码框样式
&[type="password"]::-ms-reveal {
display: none;
}

&[type="search"]::-webkit-search-decoration,
&[type="search"]::-webkit-search-cancel-button,
&[type="search"]::-webkit-search-results-button,
Expand Down

0 comments on commit a16e37a

Please sign in to comment.