-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
<details>
/<summary>
UI fixes
#97249
<details>
/<summary>
UI fixes
#97249
Conversation
Some changes occurred in HTML/CSS/JS. |
a31048c
to
12c293e
Compare
☔ The latest upstream changes (presumably #97409) made this pull request unmergeable. Please resolve the merge conflicts. |
12c293e
to
bfd7d16
Compare
Fixed merge conflicts. |
Can you explain this bug more? It sounds like the problem is: doc authors sometimes write If so, I think the solution is to make the rustdoc styles more selective rather than to re-override them with other styles. In particular the |
Yes, it's exactly that! Sorry, should have explained more alongside the picture.
Good point. For some reason the toggle was hidden but I'll investigate a bit more and try to remove the need for this CSS. |
bfd7d16
to
5a57639
Compare
5a57639
to
b8db8cc
Compare
I now know why I needed the create the marker with the CSS: if the |
@bors r+ rollup |
📌 Commit b8db8cc has been approved by |
…laumeGomez Rollup of 5 pull requests Successful merges: - rust-lang#97249 (`<details>`/`<summary>` UI fixes) - rust-lang#98418 (Allow macOS to build LLVM as shared library) - rust-lang#98460 (Use CSS variables to handle theming) - rust-lang#98497 (Improve some inference diagnostics) - rust-lang#98708 (rustdoc: fix 98690 Panic if invalid path for -Z persist-doctests) Failed merges: - rust-lang#98761 (more `need_type_info` improvements) r? `@ghost` `@rustbot` modify labels: rollup
With images it's easier to understand:
The headings in
<summary>
should not have bottom border so I removed it as well alongside the other fixes.r? @jsha