-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
(Originally filed as wasm-bindgen/wasm-bindgen#1192; +cc @liamcurry)
Highlighted items are hidden in the Github pages API docs. Tested in Brave and Firefox.
- Example
gh-pages
URL: https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Element.html#method.set_inner_html- Example
docs.rs
URL: https://docs.rs/web-sys/0.3.9/web_sys/struct.Element.html#method.set_inner_htmlHighlighted items are invisible due this selector in
rustdoc.css
:.in-band, code { z-index: -5; }versus
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.