mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
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
@ -1468,13 +1468,12 @@ details.rustdoc-toggle > summary.hideme::before {
|
|||||||
details.rustdoc-toggle > summary:not(.hideme)::before {
|
details.rustdoc-toggle > summary:not(.hideme)::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -23px;
|
left: -23px;
|
||||||
top: initial;
|
top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.impl-items > details.rustdoc-toggle > summary:not(.hideme)::before,
|
.impl-items > details.rustdoc-toggle > summary:not(.hideme)::before,
|
||||||
.undocumented > details.rustdoc-toggle > summary:not(.hideme)::before {
|
.undocumented > details.rustdoc-toggle > summary:not(.hideme)::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
|
||||||
left: -2px;
|
left: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user