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 7202776 commit c58c96cCopy full SHA for c58c96c
src/index.styl
@@ -260,7 +260,6 @@ $expandSize = 7px
260
261
input
262
select
263
- appearance: none
264
border: 1px solid rgba(0,0,0,0.1)
265
background: white
266
padding: 5px 7px
@@ -269,6 +268,10 @@ $expandSize = 7px
269
268
font-weight: normal
270
outline:none
271
+ input:not([type="checkbox"]):not([type="radio"])
272
+ select
273
+ appearance: none
274
+
275
.select-wrap
276
position:relative
277
display:inline-block
0 commit comments