Skip to content

Commit 283bd2f

Browse files
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 18d52f9 + 513f699 commit 283bd2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
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)