Skip to content

Commit

Permalink
fix(tasks): hide safari details marker (#6020)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Mar 19, 2024
1 parent ac206c2 commit f70cf04
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -36,12 +36,12 @@ const Details = styled.details`
&[open] [data-ui='summary-icon'] {
transform: rotate(0);
}
> summary::-webkit-details-marker {
display: none;
}
`
const Summary = styled.summary`
list-style: none;
::-webkit-details-marker {
display: none;
}
`

/**
Expand Down

0 comments on commit f70cf04

Please sign in to comment.