Skip to content

Commit

Permalink
移除Edge密码输入框的默认切换按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxYan committed Apr 15, 2020
1 parent e61d4cb commit 7b50957
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
![xy-ui](./screenshot/xy-ui.png)

## 更新
* ## 1.9.4
* 移除`Edge`密码输入框的默认切换按钮
* ## 1.9.3
* 新增[`xy-input-group`](./docs/xy-input.md?id=组合xy-input-group)组件
* `xy-icon`新增`spin`属性
Expand Down
3 changes: 3 additions & 0 deletions components/xy-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export default class XyInput extends HTMLElement {
.input:-moz-ui-invalid{
box-shadow:none;
}
.input::-ms-reveal{
display:none;
}
.icon-pre{
display:flex;
margin-right:0.25em;
Expand Down
2 changes: 2 additions & 0 deletions docs/update.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# update
* ## 1.9.4
* 移除`Edge`密码输入框的默认切换按钮
* ## 1.9.3
* 新增[`xy-input-group`](xy-input.md?id=组合xy-input-group)组件
* `xy-icon`新增`spin`属性
Expand Down

0 comments on commit 7b50957

Please sign in to comment.