We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ddf3e commit 2970479Copy full SHA for 2970479
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