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

Commit f78da6e

Browse files
hide input clear icon on ie
1 parent 4646599 commit f78da6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
outline: none;
2222

2323
&::-ms-clear {
24-
cursor: pointer;
24+
display: none;
2525
}
2626
}
2727

0 commit comments

Comments
 (0)