Skip to content

Commit

Permalink
Fix spurious details marker on Webkit browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jun 15, 2024
1 parent 0f78596 commit 9873f4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
min-width: 185px;
}

.jp-CollapsibleSection > summary::-webkit-details-marker {
/* Safari/GNOME Web/Opera */
display: none;
}

.jp-CollapsibleSection > summary:hover {
background-color: var(--jp-layout-color2);
}
Expand Down

0 comments on commit 9873f4c

Please sign in to comment.