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.
1 parent 6cde9ed commit f2eb62fCopy full SHA for f2eb62f
lib/rdoc/generator/template/darkfish/css/rdoc.css
@@ -239,14 +239,15 @@ nav ul li details {
239
240
nav ul li details > summary {
241
list-style: none; /* Remove the default marker */
242
+ position: relative; /* So that the open/close triangle can position itself absolutely inside */
243
}
244
245
nav ul li details > summary::after {
246
content: '▶'; /* Unicode right-pointing triangle */
247
position: absolute;
248
font-size: 0.8em;
- top: 0.3em;
249
- padding-left: 0.2em;
+ bottom: 0.1em;
250
+ margin-left: 0.3em;
251
transition: transform 0.2s ease;
252
253
0 commit comments