Skip to content

Commit

Permalink
Hide <details> indicator in all browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Nov 12, 2024
1 parent 827d867 commit 2118c4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Components/ExplorerFolder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ const FolderItem = styled.summary`
align-items: center;
outline: none;
transition: color 100ms;
list-style: none;
&::-moz-focus-inner {
border: none;
padding: 0;
}
&::marker {
&::marker,
&::-webkit-details-marker {
display: none;
}
&:hover,
Expand Down

0 comments on commit 2118c4d

Please sign in to comment.