We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4d3f32 + 2970479 commit 82b84bfCopy full SHA for 82b84bf
src/librustdoc/html/static/rustdoc.css
@@ -1468,13 +1468,12 @@ details.rustdoc-toggle > summary.hideme::before {
1468
details.rustdoc-toggle > summary:not(.hideme)::before {
1469
position: absolute;
1470
left: -23px;
1471
- top: initial;
+ top: 3px;
1472
}
1473
1474
.impl-items > details.rustdoc-toggle > summary:not(.hideme)::before,
1475
.undocumented > details.rustdoc-toggle > summary:not(.hideme)::before {
1476
1477
- top: 3px;
1478
left: -2px;
1479
1480
0 commit comments