mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix display of toggle on expanded source sidebar
This commit is contained in:
parent
ea97bdc908
commit
ad970a72c3
@ -1926,6 +1926,9 @@ details.rustdoc-toggle[open] > summary.hideme::after {
|
||||
width: unset;
|
||||
border-top-right-radius: unset;
|
||||
border-bottom-right-radius: unset;
|
||||
position: sticky;
|
||||
border: 0;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
#source-sidebar {
|
||||
|
Loading…
Reference in New Issue
Block a user