Skip to content

Commit c58c96c

Browse files
theCmakertannerlinsley
authored andcommitted
Fixed issue TanStack#14 Default CSS overwrites the checkbox appearance if included into a custom cell. (TanStack#197)
1 parent 7202776 commit c58c96c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.styl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ $expandSize = 7px
260260

261261
input
262262
select
263-
appearance: none
264263
border: 1px solid rgba(0,0,0,0.1)
265264
background: white
266265
padding: 5px 7px
@@ -269,6 +268,10 @@ $expandSize = 7px
269268
font-weight: normal
270269
outline:none
271270

271+
input:not([type="checkbox"]):not([type="radio"])
272+
select
273+
appearance: none
274+
272275
.select-wrap
273276
position:relative
274277
display:inline-block

0 commit comments

Comments
 (0)