rustdoc: remove redundant CSS #source-sidebar, #sidebar-toggle

These two elements are always nested below `<nav class="sidebar">`, and will
inherit the font from their parent.

These selectors were added in 93520d2ad1, and
became redundant in 07e3f998b1 when the source
sidebar elements became nested below `nav.sidebar`.
This commit is contained in:
Michael Howell 2022-09-12 21:51:20 -07:00
parent 52e003a6e9
commit b4173b6d86

View File

@ -206,7 +206,6 @@ a.source,
.item-left > a, .item-left > a,
.out-of-band, .out-of-band,
span.since, span.since,
#source-sidebar, #sidebar-toggle,
details.rustdoc-toggle > summary::before, details.rustdoc-toggle > summary::before,
.content ul.crate a.crate, .content ul.crate a.crate,
a.srclink, a.srclink,