diff options
| author | bors <bors@rust-lang.org> | 2022-11-01 18:15:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-01 18:15:32 +0000 |
| commit | ab5a2bc7316012ee9b2a4a4f3821673f2677f3d5 (patch) | |
| tree | b15708db58cf3fc25cfedc33e41320a8728c52bf /src/librustdoc/html/static | |
| parent | 4c736a21ae317086871094b1671d6535be593502 (diff) | |
| parent | 2b10891b969dea3875cd42a5b63d198abd47fcbc (diff) | |
| download | rust-ab5a2bc7316012ee9b2a4a4f3821673f2677f3d5.tar.gz rust-ab5a2bc7316012ee9b2a4a4f3821673f2677f3d5.zip | |
Auto merge of #103841 - Dylan-DPC:rollup-rff2x1l, r=Dylan-DPC
Rollup of 5 pull requests
Successful merges:
- #84022 (Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error)
- #103760 (resolve: Turn the binding from `#[macro_export]` into a proper `Import`)
- #103813 (rustdoc: remove unnecessary CSS `.search-results { clear: both }`)
- #103817 (rustdoc: rename syntax highlighting CSS class `attribute` to `attr`)
- #103833 (:arrow_up: rust-analyzer)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/static')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 30dc8450924..219d1b4ed53 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -880,8 +880,6 @@ so that we can apply CSS-filters to change the arrow color in themes */ .search-results.active { display: block; - /* prevent overhanging tabs from moving the first result */ - clear: both; } .search-results .desc > span { @@ -1092,7 +1090,7 @@ pre.rust .bool-val { pre.rust .self { color: var(--code-highlight-self-color); } -pre.rust .attribute { +pre.rust .attr { color: var(--code-highlight-attribute-color); } pre.rust .macro, |
