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 ee26af9 + c4d632e commit 4f70fbaCopy full SHA for 4f70fba
lib/rdoc/generator/template/rails/resources/css/main.css
@@ -468,7 +468,14 @@ details.more-less summary:hover {
468
color: inherit;
469
}
470
471
-details.more-less summary::marker {
+details.more-less summary {
472
+ list-style-type: none;
473
+}
474
+details.more-less summary::-webkit-details-marker {
475
+ display: none;
476
477
+
478
+details.more-less summary::before {
479
font-size: 1.15em;
480
content: "+";
481
@@ -477,7 +484,7 @@ details.more-less[open] summary {
484
top: calc(100% + 0.5em);
485
486
-details.more-less[open] summary::marker {
487
+details.more-less[open] summary::before {
488
content: "-";
482
489
483
490
0 commit comments