We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Originally filed as rustwasm/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_html Highlighted items are invisible due this selector in rustdoc.css: .in-band, code { z-index: -5; } versus
Highlighted items are hidden in the Github pages API docs. Tested in Brave and Firefox.
gh-pages
docs.rs
Highlighted items are invisible due this selector in rustdoc.css:
rustdoc.css
.in-band, code { z-index: -5; }
versus
The text was updated successfully, but these errors were encountered:
@fitzgen Seems like a dupe of #57628?
cc @QuietMisdreavus @GuillaumeGomez
Sorry, something went wrong.
Yes, this is a duplicate. There's also an open PR to fix it: #57646 I'm closing this as a duplicate.
Thanks! :)
No branches or pull requests
(Originally filed as rustwasm/wasm-bindgen#1192; +cc @liamcurry)
The text was updated successfully, but these errors were encountered: