File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1586,6 +1586,10 @@ h4 > .notable-traits {
1586
1586
.docblock {
1587
1587
margin-left : 12px ;
1588
1588
}
1589
+
1590
+ details .rustdoc-toggle > summary .hideme ::before {
1591
+ left : -11px ;
1592
+ }
1589
1593
}
1590
1594
1591
1595
h3 .notable {
@@ -1697,6 +1701,9 @@ details.rustdoc-toggle > summary.hideme {
1697
1701
cursor : pointer;
1698
1702
}
1699
1703
1704
+ details .rustdoc-toggle > summary , details .undocumented > summary {
1705
+ list-style : none;
1706
+ }
1700
1707
details .rustdoc-toggle > summary ::-webkit-details-marker ,
1701
1708
details .rustdoc-toggle > summary ::marker ,
1702
1709
details .undocumented > summary ::-webkit-details-marker ,
@@ -1763,7 +1770,7 @@ details.rustdoc-toggle[open] > summary.hideme > span {
1763
1770
}
1764
1771
1765
1772
details .rustdoc-toggle [open ] > summary ::before {
1766
- content : "[− ]" ;
1773
+ content : "[- ]" ;
1767
1774
display : inline;
1768
1775
}
1769
1776
You can’t perform that action at this time.
0 commit comments