-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix tooltip text display #77644
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
Fix tooltip text display #77644
Conversation
Some changes occurred in HTML/CSS/JS. |
Quickly checking stable and beta it looks like it regressed in 1.47, but probably too late to backport? |
The 1.47 release is tomorrow morning, so yeah I don't think it makes sense to backport. Maybe from nightly to beta but certainly not to stable. |
@bors r+ rollup Tested this on https://doc.rust-lang.org/nightly/std/string/struct.String.html with devtools and it seems to work. |
📌 Commit 0e45ad8 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
Currently, when we hover the icon, the text doesn't show up:
The bug was spotted by @Nemo157
r? @jyn514