File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1267,7 +1267,7 @@ fn render_assoc_items_inner(
1267
1267
let id =
1268
1268
cx. derive_id ( small_url_encode ( format ! ( "deref-methods-{:#}" , type_. print( cx) ) ) ) ;
1269
1269
let derived_id = cx. derive_id ( & id) ;
1270
- tmp_buf. write_str ( "<details class=\" toggle implementors -toggle\" open><summary>" ) ;
1270
+ tmp_buf. write_str ( "<details class=\" toggle big -toggle\" open><summary>" ) ;
1271
1271
close_tags. push ( "</details>" ) ;
1272
1272
write_impl_section_heading (
1273
1273
& mut tmp_buf,
Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ details.toggle {
1733
1733
position : relative;
1734
1734
}
1735
1735
1736
- details .implementors -toggle {
1736
+ details .big -toggle {
1737
1737
/* This makes [-] on the same line as <summary>. */
1738
1738
contain : inline-size;
1739
1739
}
@@ -1828,7 +1828,7 @@ details.toggle > summary:not(.hideme)::before {
1828
1828
left : -24px ;
1829
1829
}
1830
1830
1831
- details .implementors -toggle > summary : not (.hideme )::before {
1831
+ details .big -toggle > summary : not (.hideme )::before {
1832
1832
left : -34px ;
1833
1833
top : 9px ;
1834
1834
}
You can’t perform that action at this time.
0 commit comments