rust/src/librustdoc/html
Yuki Okushi fb27d01922
Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddle
rustdoc: remove hover gap in file picker

Fixes #100421

Before:
<img width="385" alt="image" src="https://user-images.githubusercontent.com/29011024/194677087-fda2db3e-126d-47cf-8152-c554e3c25a54.png">

After:
<img width="388" alt="image" src="https://user-images.githubusercontent.com/29011024/194676774-7a50ace9-4060-492e-849a-ad85d9132630.png">

longe module names also wrap nicely:
<img width="389" alt="image" src="https://user-images.githubusercontent.com/29011024/194678516-f2497b3a-8d50-439b-9d69-3fa9fb43b84d.png">

Also if you zoom out very far, the arrows did move to the left, in relation to the text below. This is now also fixed.
<img width="818" alt="image" src="https://user-images.githubusercontent.com/29011024/194677652-cfdf129d-f5db-4f26-ac3c-3d0853e89619.png">

CSS doesn't have a lot of controll over the `::marker` element, so now the `::after` element is used to draw the arrows.

Now the whole line is clickable wihtout gaps.
2022-10-10 00:09:41 +09:00
..
highlight Extend decoration test to detect regressions 2022-08-20 14:24:05 +02:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown rustdoc: fix unit tests 2022-09-22 16:29:51 -07:00
render rustdoc: remove weird <a href="#"> wrapper around unsafe triangle 2022-10-08 10:50:03 -07:00
static Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddle 2022-10-10 00:09:41 +09:00
templates rustdoc: remove mobile topbar from source pages instead of hiding it 2022-10-08 10:48:19 -07:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs rustdoc: render more cross-crate hrtbs properly 2022-10-05 23:14:15 +02:00
highlight.rs Clean up rustdoc highlight.rs imports a bit 2022-10-08 22:09:51 +02:00
layout.rs Improve loading of crates.js and sidebar-items.js 2022-06-20 11:12:55 -07:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs rustdoc: give .line-number / .line-numbers meaningful names 2022-09-26 11:48:03 -07:00
static_files.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00