diff options
| author | bors <bors@rust-lang.org> | 2021-11-01 14:00:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-11-01 14:00:08 +0000 |
| commit | e9b0d992598d9a51fd7b1a4ae8f9cbafac5e593b (patch) | |
| tree | 8fde3fa57b81a2b5721227fec414ebc6a697df99 /src/librustdoc/html/static/css/noscript.css | |
| parent | db14a17e69af2a2e241ce149a501a5281811fe06 (diff) | |
| parent | 6ce0ef5e89074cb6c452f9cd19f1211048663a13 (diff) | |
| download | rust-e9b0d992598d9a51fd7b1a4ae8f9cbafac5e593b.tar.gz rust-e9b0d992598d9a51fd7b1a4ae8f9cbafac5e593b.zip | |
Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #89826 (Feature gate + make must_not_suspend allow-by-default) - #89929 (Handling submodule update failures more gracefully from x.py) - #90333 (rustdoc: remove flicker during page load) - #90349 (Fix rare ICE during typeck in rustdoc scrape_examples) - #90398 (Document `doc(keyword)` unstable attribute) - #90441 (Test that promotion follows references when looking for drop) - #90450 (Remove `rustc_hir::hir_id::HirIdVec`) - #90452 (Remove unnecessary `Option` from `promote_candidate` return type) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static/css/noscript.css')
| -rw-r--r-- | src/librustdoc/html/static/css/noscript.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/noscript.css b/src/librustdoc/html/static/css/noscript.css index 0a196edd53b..37ea7b00033 100644 --- a/src/librustdoc/html/static/css/noscript.css +++ b/src/librustdoc/html/static/css/noscript.css @@ -13,3 +13,12 @@ rules. /* It requires JS to work so no need to display it in this case. */ display: none; } + +.sub { + /* The search bar and related controls don't work without JS */ + display: none; +} + +#theme-picker { + display: none; +} |
