File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed
lib/rdoc/generator/template/darkfish/css Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,25 @@ dl.note-list dt {
309
309
background : url(../ images/arrow_up.png) no-repeat right center;
310
310
}
311
311
312
+ .nav-section details summary {
313
+ display : block;
314
+ }
315
+
316
+ .nav-section details summary ::-webkit-details-marker {
317
+ display : none;
318
+ }
319
+
320
+ .nav-section details summary : before {
321
+ content : "" ;
322
+ }
323
+
324
+ .nav-section details summary : after {
325
+ content : " \25B6" ; /* BLACK RIGHT-POINTING TRIANGLE */
326
+ }
327
+ .nav-section details [open ] > summary : after {
328
+ content : " \25BD" ; /* WHITE DOWN-POINTING TRIANGLE */
329
+ }
330
+
312
331
/* @end */
313
332
314
333
/* @group Documentation Section */
@@ -484,22 +503,6 @@ main header h3 {
484
503
485
504
/* @group Method Details */
486
505
487
- details summary {
488
- display : block;
489
- }
490
- details summary ::-webkit-details-marker {
491
- display : none;
492
- }
493
- details summary : before {
494
- content : "" ;
495
- }
496
- details summary : after {
497
- content : " ▶" ;
498
- }
499
- details [open ] > summary : after {
500
- content : " ▽" ;
501
- }
502
-
503
506
main .method-source-code {
504
507
max-height : 0 ;
505
508
overflow : hidden;
You can’t perform that action at this time.
0 commit comments