Skip to content

Commit 867cc25

Browse files
committed
Fixed display of inputs and checkboxes
Fixes TanStack#398
1 parent 6396309 commit 867cc25

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/index.styl

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -303,28 +303,6 @@ $expandSize = 7px
303303
font-weight: normal
304304
outline:none
305305

306-
input:not([type="checkbox"]):not([type="radio"])
307-
select
308-
appearance: none
309-
&::-ms-expand
310-
display: none
311-
312-
.select-wrap
313-
position:relative
314-
display:inline-block
315-
select
316-
padding: 5px 15px 5px 7px
317-
min-width:100px
318-
&:after
319-
content: ''
320-
position: absolute
321-
right: 8px
322-
top: 50%
323-
transform: translate(0, -50%)
324-
border-color: #999 transparent transparent
325-
border-style: solid
326-
border-width: 5px 5px 2.5px
327-
328306
.rt-resizing
329307
.rt-th
330308
.rt-td

0 commit comments

Comments
 (0)