-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustdoc: improve stability mark arrows #67959
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
cc #51387 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one change to make, otherwise looks good to me.
left: -13px; | ||
top: -6px; | ||
left: -15px; | ||
color: #999; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything color-linked should be put inside light.css and dark.css files (even if it's the same in both files.
@GuillaumeGomez done. |
content: '˪'; | ||
font-size: 30px; | ||
content: '⤶'; | ||
transform:rotate(90deg); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I'm not a fan of this. I'm pretty sure the expected character exists as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I failed to find it. Will check that again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now we use the 'Leftwards Arrow with Tip Upwards': ⬑ (U+2B11) |
Thanks a lot! @bors: r+ rollup |
📌 Commit ae3a53f has been approved by |
rustdoc: improve stability mark arrows ### current  ### new  ### new dark 
rustdoc: improve stability mark arrows ### current  ### new  ### new dark 
rustdoc: improve stability mark arrows ### current  ### new  ### new dark 
rustdoc: improve stability mark arrows ### current  ### new  ### new dark 
Rollup of 8 pull requests Successful merges: - #67313 (Document more use cases of dataflow) - #67959 (rustdoc: improve stability mark arrows) - #68097 (Specify units for test timeout environment variables) - #68135 (restore some rustc_parse visibilities for rustfmt) - #68145 (Expose `context::CheckLintNameResult`) - #68156 (Fix crate paths in comments) - #68157 (Clean up E0186 explanation) - #68161 (Fix system call docs for time::Instant) Failed merges: r? @ghost
current
new
new dark