Skip to content

Commit 6f627ae

Browse files
author
Ryan A. Johnson
committed
fix(MS): fix display of X in IE and Edge
1 parent 1ad445b commit 6f627ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/helix-ui/elements/_hx-element.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
font: inherit;
77
letter-spacing: inherit;
88
}
9+
10+
input[type="text"]::-ms-clear {
11+
display: none;
12+
}

0 commit comments

Comments
 (0)