Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ summary {
display: inline;
}

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

details[open] summary {
margin-bottom: 8px;
}
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ button:disabled,
}

.status-bar-field {
box-shadow: inset -1px -1px #dfdfdf,
box-shadow: inset -1px -1px #dfdfdf,
inset 1px 1px #808080;
flex-grow: 1;
padding: 2px 3px;
Expand Down Expand Up @@ -695,6 +695,10 @@ ul.tree-view details[open] > summary:before {
content: "-";
}

ul.tree-view details > summary::marker, ul.tree-view details > summary::-webkit-details-marker {
content: "";
}

pre {
display: block;
background: var(--button-highlight);
Expand Down