Fix details rustdoc toggle for blanket impl
In the meantime, allow all of the details to have the same top.
This commit is contained in:
parent
91ddf3e76a
commit
2970479412
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…
Reference in a new issue