We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f69dc47 + c6a0a6a commit d581cc5Copy full SHA for d581cc5
lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -258,6 +258,10 @@ nav ul li details > summary {
258
position: relative; /* So that the open/close triangle can position itself absolutely inside */
259
}
260
261
+nav ul li details > summary::-webkit-details-marker {
262
+ display: none; /* Removes the default marker, in Safari 18. */
263
+}
264
+
265
nav ul li details > summary::after {
266
content: '▶'; /* Unicode right-pointing triangle */
267
position: absolute;
0 commit comments