Skip to content

Highlighted items are hidden in rustdoc #57712

Closed
@fitzgen

Description

@fitzgen

(Originally filed as rustwasm/wasm-bindgen#1192; +cc @liamcurry)

Highlighted items are hidden in the Github pages API docs. Tested in Brave and Firefox.

Highlighted items are invisible due this selector in rustdoc.css:

.in-band, code {
    z-index: -5;
}

image

versus

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions