Skip to content

Commit 68e19aa

Browse files
committed
rustdoc: remove redundant mobile CSS .sidebar-elems { background }
The exact same background is already set for its parent, the `nav.sidebar`.
1 parent edf0182 commit 68e19aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,6 @@ in storage.js
17971797

17981798
.sidebar-elems {
17991799
margin-top: 1em;
1800-
background-color: var(--sidebar-background-color);
18011800
}
18021801

18031802
.content {

0 commit comments

Comments
 (0)