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

Commit 4646599

Browse files
Fix input clear cursor on IE
1 parent 5109e16 commit 4646599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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+
cursor: pointer;
25+
}
2226
}
2327

2428
.label {

0 commit comments

Comments
 (0)