We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8cb1a4 + 14413ad commit 3e9d7ecCopy full SHA for 3e9d7ec
src/librustdoc/html/static/rustdoc.css
@@ -200,6 +200,12 @@ summary {
200
outline: none;
201
}
202
203
+/* FIXME: Remove after normalize.css is either upgraded or removed (#86629) */
204
+details:not(.rustdoc-toggle) summary {
205
+ margin-bottom: .6em;
206
+ display: list-item;
207
+}
208
+
209
code, pre, a.test-arrow {
210
font-family: "Source Code Pro", monospace;
211
@@ -897,10 +903,6 @@ body.blur > :not(#help) {
897
903
display: inline;
898
904
899
905
900
-.stab summary {
901
- display: list-item;
902
-}
-
906
.stab .emoji {
907
font-size: 1.5em;
908
0 commit comments