We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbe6a4 commit 3617ff9Copy full SHA for 3617ff9
src/helix-ui/elements/_hx-element.less
@@ -7,6 +7,6 @@
7
letter-spacing: inherit;
8
}
9
10
-input[type="text"]::-ms-clear {
+input::-ms-clear {
11
display: none;
12
src/helix-ui/styles/reset.less
@@ -45,3 +45,13 @@ hr {
45
border-width: 1px 0 0;
46
margin: 0.75rem 0;
47
48
+
49
+// Remove "X" added by Edge and IE
50
51
+ display: none;
52
+}
53
54
+// Ensure that browsers inherit the proper font settings.
55
+textarea {
56
+ font: inherit;
57
0 commit comments