We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb3970 commit 6db6187Copy full SHA for 6db6187
src/styles/reset.css.ts
@@ -64,6 +64,9 @@ globalStyle("button", {
64
WebkitAppearance: "none",
65
MozAppearance: "none",
66
appearance: "none",
67
+ color: "inherit",
68
+ font: "inherit",
69
+ WebkitTapHighlightColor: "transparent",
70
},
71
72
});
@@ -73,6 +76,7 @@ globalStyle("a", {
73
76
[reset]: {
74
77
textDecoration: "none",
75
78
color: "inherit",
79
80
81
82
@@ -144,3 +148,13 @@ globalStyle("hr", {
144
148
145
149
146
150
151
+
152
+globalStyle("input, select, textarea", {
153
+ "@layer": {
154
+ [reset]: {
155
156
157
158
+ },
159
160
+});
0 commit comments