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 in93520d2ad1
, and became redundant in07e3f998b1
when the source sidebar elements became nested below `nav.sidebar`.
This commit is contained in:
parent
52e003a6e9
commit
b4173b6d86
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user