We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac206c2 commit f70cf04Copy full SHA for f70cf04
packages/sanity/src/tasks/src/tasks/components/list/TasksList.tsx
@@ -36,12 +36,12 @@ const Details = styled.details`
36
&[open] [data-ui='summary-icon'] {
37
transform: rotate(0);
38
}
39
+ > summary::-webkit-details-marker {
40
+ display: none;
41
+ }
42
`
43
const Summary = styled.summary`
44
list-style: none;
- ::-webkit-details-marker {
- display: none;
- }
45
46
47
/**
0 commit comments