-
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
Migrate no result page link color to CSS variables #104250
Migrate no result page link color to CSS variables #104250
Conversation
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha A change occurred in the Ayu theme. cc @Cldfire |
@@ -34,6 +34,7 @@ | |||
--sidebar-current-link-background-color: #444; | |||
--search-result-link-focus-background-color: #616161; | |||
--search-result-border-color: #aaa3; | |||
--search-failed-link-color: #0089ff; |
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 see that, in this dark theme, the search failed link color is different from the ordinary link color, but in other themes, it's the same.
Is there a reason why they can't be the same color? It seems perfectly readable that way.
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 didn't notice. Then it makes this migration even simpler. I'll remove this variable and simply use the default color instead.
Done! Thanks again for the idea @notriddle ! |
☔ The latest upstream changes (presumably #104289) made this pull request unmergeable. Please resolve the merge conflicts. |
620f79d
to
ee73812
Compare
Fixed merge conflict. |
@bors r+ rollup |
…ink-color, r=notriddle Migrate no result page link color to CSS variables r? `@notriddle`
…llaumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#104110 (prevent uninitialized access in black_box for zero-sized-types) - rust-lang#104117 (Mark `trait_upcasting` feature no longer incomplete.) - rust-lang#104144 (Suggest removing unnecessary `.` to use a floating point literal) - rust-lang#104250 (Migrate no result page link color to CSS variables) - rust-lang#104261 (More accurately report error when formal and expected signature types differ) - rust-lang#104263 (Add a reference to ilog2 in leading_zeros integer docs) - rust-lang#104308 (Remove the old `ValidAlign` name) - rust-lang#104319 (Fix non clickable source link) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @notriddle