We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315a16f commit fbc794fCopy full SHA for fbc794f
src/librustdoc/html/static/css/rustdoc.css
@@ -1828,6 +1828,11 @@ details.toggle > summary:not(.hideme)::before {
1828
left: -24px;
1829
}
1830
1831
+details.implementors-toggle > summary:not(.hideme)::before {
1832
+ left: -34px;
1833
+ top: 9px;
1834
+}
1835
+
1836
/* When a "hideme" summary is open and the "Expand description" or "Show
1837
methods" text is hidden, we want the [-] toggle that remains to not
1838
affect the layout of the items to its right. To do that, we use
0 commit comments