rustdoc: remove redundant mobile .source > .sidebar CSS

When the source sidebar and standard sidebar had most of their code merged in
07e3f998b1, the properties `z-index: 11`,
`margin: 0`, and `position: fixed` were already being set on the `.sidebar`
class, so no need to repeat them.
This commit is contained in:
Michael Howell 2022-09-27 14:25:48 -07:00
parent 57ee5cf5a9
commit c0245b16ba

View File

@ -1770,9 +1770,6 @@ in storage.js plus the media query with (min-width: 701px)
}
.rustdoc.source > .sidebar {
position: fixed;
margin: 0;
z-index: 11;
width: 0;
}