diff options
| author | bors <bors@rust-lang.org> | 2023-01-21 04:19:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-21 04:19:03 +0000 |
| commit | e098eb17e1514bcd604ac4bd57cec362944687af (patch) | |
| tree | 5ed9ca15b097af81778b76c4e6167b633ead064d /src/librustdoc/html/static/css/rustdoc.css | |
| parent | 0726909f6d219951ba15ac2f65656eff96bb1867 (diff) | |
| parent | 34d4df5bd5e6efccbcf7b191ac5c7ed2e8ae67cd (diff) | |
Auto merge of #107143 - compiler-errors:rollup-zabvmo5, r=compiler-errors
Rollup of 9 pull requests
Successful merges:
- #104154 (Change `bindings_with_variant_name` to deny-by-default)
- #104347 (diagnostics: suggest changing `s@self::{macro}`@::macro`` for exported)
- #104672 (Unify stable and unstable sort implementations in same core module)
- #107048 (check for x version updates)
- #107061 (Implement some more new solver candidates and fix some bugs)
- #107095 (rustdoc: remove redundant CSS selector `.sidebar .current`)
- #107112 (Fix typo in opaque_types.rs)
- #107124 (fix check macro expansion)
- #107131 (rustdoc: use CSS inline layout for radio line instead of flexbox)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index a08b8d89db6..a93f60da2ad 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -497,7 +497,7 @@ ul.block, .block li { padding-left: 24px; } -.sidebar a, .sidebar .current { +.sidebar a { color: var(--sidebar-link-color); } .sidebar .current, |
