Description
To reproduce, navigate to https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.Ty.html and click the the "source" link for any of the methods. Nothing at all happens when I do that. I tried Firefox and Chromium.
This seems to be a fairly recent regression.
@rust-lang/rustdoc
Metadata
Metadata
Assignees
Labels
No labels
Activity
GuillaumeGomez commentedon Nov 12, 2022
It's because it's under the
h4
for some reason. Let's see what changed in the last few days.GuillaumeGomez commentedon Nov 12, 2022
I think it's because of 303653e. I'll try to send a fix today.
GuillaumeGomez commentedon Nov 12, 2022
It's because
.code-header
added aposition: relative
to have a correct positioning of the tooltip on mobile devices.Rollup merge of rust-lang#104319 - GuillaumeGomez:fix-non-clickable-s…
Rollup merge of rust-lang#104319 - GuillaumeGomez:fix-non-clickable-s…
Rollup merge of rust-lang#104177 - notriddle:notriddle/js-notable-tra…
Rollup merge of rust-lang#104177 - notriddle:notriddle/js-notable-tra…