We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d4af88 + c635cb7 commit d8f6cc3Copy full SHA for d8f6cc3
src/librustdoc/html/static/css/rustdoc.css
@@ -1585,17 +1585,11 @@ details.rustdoc-toggle[open] > summary.hideme > span {
1585
display: none;
1586
}
1587
1588
-details.rustdoc-toggle[open] > summary::before,
1589
-details.rustdoc-toggle[open] > summary.hideme::before {
+details.rustdoc-toggle[open] > summary::before {
1590
background: url("toggle-minus-31bbd6e4c77f5c96.svg") no-repeat top left;
1591
- width: 16px;
1592
- height: 16px;
1593
- display: inline-block;
1594
- content: "";
1595
1596
1597
-details.rustdoc-toggle[open] > summary::after,
1598
-details.rustdoc-toggle[open] > summary.hideme::after {
+details.rustdoc-toggle[open] > summary::after {
1599
content: "Collapse";
1600
1601
0 commit comments