Skip to content

Commit

Permalink
Merge 8b7f1f4 into b831b6b
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored Aug 4, 2023
2 parents b831b6b + 8b7f1f4 commit 7ca5767
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/components/style/core/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,15 @@ sup {
input {
border-radius: 0;
}
input[type='password']::-ms-reveal {
display: none;
}
input[type='password']::-ms-clear {
display: none;
}
input[type='password']::-o-clear {
display: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
Expand Down

0 comments on commit 7ca5767

Please sign in to comment.