Skip to content

Commit

Permalink
www: Webkit tweak for details marker in file browser
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Jun 4, 2024
1 parent 128a39b commit 3cbf296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions teslausb-www/html/filebrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
position: relative;
}

details summary::-webkit-details-marker {
display:none;
}

.fb-tree summary {
display: block; /* delete the default triangle expander */
cursor: pointer;
Expand Down

0 comments on commit 3cbf296

Please sign in to comment.