-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustdoc UI fixes #99489
rustdoc UI fixes #99489
Conversation
A change occurred in the Ayu theme. cc @Cldfire |
How many different browsers have you tested this change in? |
Chrome and firefox. |
This comment has been minimized.
This comment has been minimized.
717ae93
to
f4be88e
Compare
Just realized that there was a CSS transition on |
https://notriddle.com/notriddle-rustdoc-test/gui-fixes/std/index.html?search=VLC Looks okay to me in Safari, which should cover all of the major engines! (I also picked all the options from the drop-down list and they look fine.) |
@bors r+ rollup |
…askrgr Rollup of 9 pull requests Successful merges: - rust-lang#99212 (introduce `implied_by` in `#[unstable]` attribute) - rust-lang#99352 (Use `typeck_results` to avoid duplicate `ast_ty_to_ty` call) - rust-lang#99355 (better error for bad depth parameter on macro metavar expr) - rust-lang#99480 (Diagnostic width span is not added when '0$' is used as width in format strings) - rust-lang#99488 (compiletest: Allow using revisions with debuginfo tests.) - rust-lang#99489 (rustdoc UI fixes) - rust-lang#99508 (Avoid `Symbol` to `String` conversions) - rust-lang#99510 (adapt assembly/static-relocation-model test for LLVM change) - rust-lang#99516 (Use new tracking issue for proc_macro::tracked_*.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The first commit fixes this bug:
The second one fixes the missing change of border color when the search input is focused.
cc @jsha
r? @notriddle