Skip to content

Commit

Permalink
Merge pull request #6807 from Youssef1313/issues/4565
Browse files Browse the repository at this point in the history
fix: Hide MS Edge reveal password to avoid duplicate reveal buttons
  • Loading branch information
mergify[bot] authored Aug 27, 2021
2 parents 006bff6 + a5e9160 commit 349d437
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Uno.UI/WasmCSS/Uno.UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,8 @@ textarea {
resize: none;
overflow: hidden; /* Scrolling is handled by the parent ScrollViewer */
}

input::-ms-reveal,
input::-ms-clear {
display: none;
}

0 comments on commit 349d437

Please sign in to comment.