rust/src/librustdoc/html
Jacob Hoffman-Andrews c20e2a9c23 Fix hover effects in sidebar
The dark and ayu themes have a menu-like highlight on sidebar items. The
light theme used to, but it was accidentally lost in the sidebar
unification. The change brings back the hover effect in the light theme.

It also makes the hover effect apply consistently to all links in the
sidebar, including headings.

It also simplifies the "In _path_" heading so it's one big link. The
breadcrumbs are still readily available at the top of the page.
2022-02-07 12:26:55 -08:00
..
highlight rustdoc: use better highlighting for *const, *mut, and &mut 2021-10-25 11:13:43 -07:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown remove allow_fail test flag 2022-01-28 18:31:49 +08:00
render Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez 2022-02-04 18:42:15 +01:00
static Fix hover effects in sidebar 2022-02-07 12:26:55 -08:00
templates rustdoc: remove tooltip from source link 2022-01-27 15:09:52 -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 rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs rustdoc: clippy::complexity fixes 2022-02-03 23:17:13 +01:00
highlight.rs rustdoc: clippy::complexity fixes 2022-02-03 23:17:13 +01:00
layout.rs Remove configuration which became unused in 8abb4bb698 2022-01-10 18:40:57 +01: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 remove allow_fail test flag 2022-01-28 18:31:49 +08:00
mod.rs rustdoc: Add UrlPartsBuilder 2021-12-13 13:49:33 -08:00
sources.rs Migrate rustdoc from Tera to Askama 2022-01-10 18:40:54 +01:00
static_files.rs Use the updated Rust logo and change it's format to SVG 2022-01-13 14:44:30 +01:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00
url_parts_builder.rs Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00