[ruby/rdoc] Remove details markers in HTML documents
`summary {list-style: none;}` still does not work in Safari 18. https://github.com/ruby/rdoc/commit/c6a0a6a0d5
This commit is contained in:
parent
0d7f746097
commit
10e0ebc7c2
@ -258,6 +258,10 @@ nav ul li details > summary {
|
|||||||
position: relative; /* So that the open/close triangle can position itself absolutely inside */
|
position: relative; /* So that the open/close triangle can position itself absolutely inside */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav ul li details > summary::-webkit-details-marker {
|
||||||
|
display: none; /* Removes the default marker, in Safari 18. */
|
||||||
|
}
|
||||||
|
|
||||||
nav ul li details > summary::after {
|
nav ul li details > summary::after {
|
||||||
content: '▶'; /* Unicode right-pointing triangle */
|
content: '▶'; /* Unicode right-pointing triangle */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user