Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6bce5c8

Browse files
Merge pull request #577 from topcoder-platform/issue-285
Issue #285 Fix input clear cursor on IE
2 parents 3baddbf + f78da6e commit 6bce5c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/components/Input/style.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
font: 400 12pt/1.25 Inter;
2020
height: 36px;
2121
outline: none;
22+
23+
&::-ms-clear {
24+
display: none;
25+
}
2226
}
2327

2428
.label {

0 commit comments

Comments
 (0)