Skip to content

Commit a81a531

Browse files
authored
Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=GuillaumeGomez
rustdoc: remove redundant mobile CSS `.sidebar-elems { background }` The exact same background is already set for its parent, the `nav.sidebar`.
2 parents 6e582ca + 68e19aa commit a81a531

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
@@ -1796,7 +1796,6 @@ in storage.js
17961796

17971797
.sidebar-elems {
17981798
margin-top: 1em;
1799-
background-color: var(--sidebar-background-color);
18001799
}
18011800

18021801
.content {

0 commit comments

Comments
 (0)