Rollup merge of #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.

6b3ede3f7b/src/librustdoc/html/static/css/rustdoc.css (L1406-L1411)
This commit is contained in:
Dylan DPC 2022-10-14 16:19:16 +05:30 committed by GitHub
commit 587b9c1a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -808,9 +808,6 @@ table,
height: 34px;
margin-top: 4px;
}
.search-container > * {
height: 100%;
}
.search-results-title {
margin-top: 0;
white-space: nowrap;