mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 05:55:15 +00:00
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
@ -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…
x
Reference in New Issue
Block a user