Skip to content

Commit 513f699

Browse files
committed
rustdoc: remove unused CSS .search-container > *
The two items it was really intended to target were the buttons, and those both need to have the style set directly on them anyway because the buttons are both child elements of wrappers.
1 parent 6b3ede3 commit 513f699

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,6 @@ table,
808808
height: 34px;
809809
margin-top: 4px;
810810
}
811-
.search-container > * {
812-
height: 100%;
813-
}
814811
.search-results-title {
815812
margin-top: 0;
816813
white-space: nowrap;

0 commit comments

Comments
 (0)