diff options
| author | Michael Howell <michael@notriddle.com> | 2022-10-13 14:53:57 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-10-13 14:53:57 -0700 |
| commit | 513f699eac63df22992e55b53c64d22564596b03 (patch) | |
| tree | 4b47f9cfd588ed3a77970ff97f3543c1e004a695 | |
| parent | 6b3ede3f7bc502eba7bbd202b4b9312d812adcd7 (diff) | |
| download | rust-513f699eac63df22992e55b53c64d22564596b03.tar.gz rust-513f699eac63df22992e55b53c64d22564596b03.zip | |
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.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 5958b389c9f..03089e4a185 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -808,9 +808,6 @@ table, height: 34px; margin-top: 4px; } -.search-container > * { - height: 100%; -} .search-results-title { margin-top: 0; white-space: nowrap; |
