diff options
| author | bors <bors@rust-lang.org> | 2021-07-16 19:04:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-16 19:04:16 +0000 |
| commit | 74ef0c3e404cc72c08b2d1e14506f90d9e877269 (patch) | |
| tree | ee3ec7a9da52443949f2ab252c60bbfcb5a409e2 /src/librustdoc/html/static/css/rustdoc.css | |
| parent | c49895d9049f67e07e297ee487836a587f69690e (diff) | |
| parent | 7d36d69b4a0e6606b9a9c077302df7464ac1a4e7 (diff) | |
| download | rust-74ef0c3e404cc72c08b2d1e14506f90d9e877269.tar.gz rust-74ef0c3e404cc72c08b2d1e14506f90d9e877269.zip | |
Auto merge of #87201 - GuillaumeGomez:rollup-4loi2q9, r=GuillaumeGomez
Rollup of 7 pull requests Successful merges: - #87107 (Loop over all opaque types instead of looking at just the first one with the same DefId) - #87158 (Suggest full enum variant for local modules) - #87174 (Stabilize `[T; N]::map()`) - #87179 (Mark `const_trait_impl` as active) - #87180 (feat(rustdoc): open sidebar menu when links inside it are focused) - #87188 (Add GUI test for auto-hide-trait-implementations setting) - #87200 (TAIT: Infer all inference variables in opaque type substitutions via InferCx) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 89dbc4d825f..b86f012c0e1 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1732,7 +1732,8 @@ details.undocumented[open] > summary::before { width: calc(100% + 30px); } - .show-it { + .show-it, .sidebar-elems:focus-within { + z-index: 2; left: 0; } |
