@@ -308,9 +308,9 @@ button#toggle-all-docs {
308
308
height : 17px ;
309
309
vertical-align : middle;
310
310
311
- background : url ('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" \
312
- fill = "none" xmlns="http://www.w3.org/2000/svg"><path d="M4.32143 8 L8 .5 12 .5 L12.6786 8 H15L8 .5 15 L2 8 H4 .32143Z" \
313
- fill= "gray" / > <path d= "M8.5 11L2 4L15 4L8 .5 11Z " fill="gray"/></svg>') no-repeat top left;
311
+ background : url ('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" \
312
+ xmlns= "http://www.w3.org/2000/svg" > <path d= "M4.32143 7L8 .5 11 .5L12.6786 7H15L8 .5 14L2 7H4 .32143Z" \
313
+ fill= "gray" / > <path d= "M8.5 10L2 3L15 3L8 .5 10Z " fill="gray"/></svg>') no-repeat top left;
314
314
}
315
315
button # toggle-all-docs : hover ,
316
316
button # toggle-all-docs : focus {
@@ -1467,8 +1467,9 @@ details.toggle > summary.hideme > span {
1467
1467
1468
1468
details .toggle > summary ::before {
1469
1469
/* toggle plus */
1470
- background : url ('data:image/svg+xml,<svg width="17" height="17" fill="gray" stroke="gray" \
1471
- xmlns= "http://www.w3.org/2000/svg" > <path d= "M13 8.5L4 14L4 3L13 8.5Z" / > </svg>') no-repeat top left;
1470
+ background : url ('data:image/svg+xml,<svg width="17" height="17" fill="gray" \
1471
+ xmlns= "http://www.w3.org/2000/svg" > <path d= "M13.75 9.5L5.25 14.5L5.25 4.5L13.75 9.5Z" / > \
1472
+ </svg>') no-repeat top left;
1472
1473
content : "" ;
1473
1474
cursor : pointer;
1474
1475
width : 16px ;
@@ -1524,7 +1525,7 @@ details.toggle > summary.hideme::before {
1524
1525
details .toggle > summary : not (.hideme )::before {
1525
1526
position : absolute;
1526
1527
left : -24px ;
1527
- top : 4 px ;
1528
+ top : 3 px ;
1528
1529
}
1529
1530
1530
1531
.impl-items > details .toggle > summary : not (.hideme )::before {
@@ -1547,14 +1548,20 @@ details.toggle[open] > summary.hideme > span {
1547
1548
1548
1549
details .toggle [open ] > summary ::before {
1549
1550
/* toggle minus */
1550
- background : url ('data:image/svg+xml,<svg width="17" height="17" fill="gray" stroke="gray" \
1551
- xmlns= "http://www.w3.org/2000/svg" > <path d= "M8.5 13L3 4L14 4L8.5 13Z" / > </svg>') no-repeat top left;
1551
+ background : url ('data:image/svg+xml,<svg width="17" height="17" fill="gray" \
1552
+ xmlns= "http://www.w3.org/2000/svg" > <path d= "M9.5 13.75L4.5 5.25L14.5 5.25L9.5 13.75Z" / > \
1553
+ </svg>') no-repeat top left;
1552
1554
}
1553
1555
1554
1556
details .toggle [open ] > summary ::after {
1555
1557
content : "Collapse" ;
1556
1558
}
1557
1559
1560
+ details .toggle .type-contents-toggle > summary ::before ,
1561
+ details .toggle .top-doc > summary ::before {
1562
+ margin-bottom : 5px ;
1563
+ }
1564
+
1558
1565
/* This is needed in docblocks to have the "▶" element to be on the same line. */
1559
1566
.docblock summary > * {
1560
1567
display : inline-block;
0 commit comments