Rollup merge of #85860 - pickfire:patch-5, r=GuillaumeGomez
Fix details rustdoc toggle for blanket impl In the meantime, allow all of the details to have the same top. Before   After   I stumbled across this while wanting to do a details button for the layout.
This commit is contained in:
commit
82b84bfca4
1 changed files with 1 additions and 2 deletions
|
|
@ -1468,13 +1468,12 @@ details.rustdoc-toggle > summary.hideme::before {
|
|||
details.rustdoc-toggle > summary:not(.hideme)::before {
|
||||
position: absolute;
|
||||
left: -23px;
|
||||
top: initial;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.impl-items > details.rustdoc-toggle > summary:not(.hideme)::before,
|
||||
.undocumented > details.rustdoc-toggle > summary:not(.hideme)::before {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: -2px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue