Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelid
rustdoc: remove redundant mobile `.source > .sidebar` CSS When the source sidebar and standard sidebar had most of their code merged in07e3f998b1
, the properties `z-index: 11`, `margin: 0`, and `position: fixed` were already being set on the `.sidebar` class, so no need to repeat them.57ee5cf5a9/src/librustdoc/html/static/css/rustdoc.css (L1742-L1754)
This commit is contained in:
commit
ce15514df9
@ -1776,9 +1776,6 @@ in storage.js plus the media query with (min-width: 701px)
|
||||
}
|
||||
|
||||
.rustdoc.source > .sidebar {
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
z-index: 11;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user