Skip to content

Commit f70cf04

Browse files
authoredMar 19, 2024
fix(tasks): hide safari details marker (#6020)
1 parent ac206c2 commit f70cf04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/sanity/src/tasks/src/tasks/components/list/TasksList.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ const Details = styled.details`
3636
&[open] [data-ui='summary-icon'] {
3737
transform: rotate(0);
3838
}
39+
> summary::-webkit-details-marker {
40+
display: none;
41+
}
3942
`
4043
const Summary = styled.summary`
4144
list-style: none;
42-
::-webkit-details-marker {
43-
display: none;
44-
}
4545
`
4646

4747
/**

0 commit comments

Comments
 (0)