-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
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
Links in deprecated notes have poor contrast #98341
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
L-deprecated
Lint: deprecated
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
Closed
I think we can close this issue though I wonder if we want to have a GUI test for this if we don't have one already |
I'll add one. |
Contrast is okay-ish now but I think it would look considerably better witht the same color as text, only underlined. May be personal taste. Extra weird though that ayu has the underline in a different color from the link text. |
Noratrieb
added a commit
to Noratrieb/rust
that referenced
this issue
Dec 31, 2024
…=fmease Add GUI test for item info elements color Fixes rust-lang#98341. r? `@fmease`
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 1, 2025
Rollup merge of rust-lang#134861 - GuillaumeGomez:item-info-colors, r=fmease Add GUI test for item info elements color Fixes rust-lang#98341. r? ``@fmease``
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
L-deprecated
Lint: deprecated
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried documenting this code:
I expected to see this happen:
cargo doc
generating a beautiful doc pageInstead, this happened:
Meta
rustc --version --verbose
:@rustbot labels: +T-rustdoc +A-rustdoc-ui
The text was updated successfully, but these errors were encountered: