You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
Remove user agent summary arrow (#132)
* - Add rule to remove user agent details arrow * - Remove docs.css specific rule that fixed this
This commit is contained in:
@@ -102,10 +102,6 @@ summary {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
details[open] summary {
|
details[open] summary {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -695,6 +695,10 @@ ul.tree-view details[open] > summary:before {
|
|||||||
content: "-";
|
content: "-";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.tree-view details > summary::marker, ul.tree-view details > summary::-webkit-details-marker {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
display: block;
|
display: block;
|
||||||
background: var(--button-highlight);
|
background: var(--button-highlight);
|
||||||
|
|||||||
Reference in New Issue
Block a user