Skip to content

Commit 587b9c1

Browse files
authored
Rollup merge of rust-lang#103025 - notriddle:notriddle/search-container-star, r=GuillaumeGomez
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. https://github.com/rust-lang/rust/blob/6b3ede3f7bc502eba7bbd202b4b9312d812adcd7/src/librustdoc/html/static/css/rustdoc.css#L1406-L1411
2 parents 77064b7 + 513f699 commit 587b9c1

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)