Migrate no result page link color to CSS variables#104250
Migrate no result page link color to CSS variables#104250bors merged 3 commits intorust-lang:masterfrom
Conversation
|
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha A change occurred in the Ayu theme. cc @Cldfire |
There was a problem hiding this comment.
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.
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