Skip to content

Commit

Permalink
Ensure default <details> indicator is hidden in all browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Nov 17, 2024
1 parent f8d1156 commit 8575052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/ExplorerFolder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const FolderItem = styled.summary`
}
&::marker,
&::-webkit-details-marker {
content: "";
display: none;
}
&:hover,
Expand Down

0 comments on commit 8575052

Please sign in to comment.