Use CSS variables to handle theming (part 2)#99152
Merged
bors merged 2 commits intorust-lang:masterfrom Jul 13, 2022
Merged
Conversation
Collaborator
|
A change occurred in the Ayu theme. cc @Cldfire |
jsha
approved these changes
Jul 13, 2022
Comment on lines
+13
to
+15
| --scrollbar-track-background-color: transparent; | ||
| --scrollbar-thumb-background-color: #5c6773; | ||
| --scrollbar-color: #5c6773 #24292f; |
Contributor
There was a problem hiding this comment.
This shows an interesting inconsistency. I would expect transparent to be #24292f or vice verse. Any idea why there's a difference?
Member
Author
There was a problem hiding this comment.
I would expect
transparentto be#24292for vice verse.
Sorry I'm a bit lost on this part. Could you explain a bit more please? 😅
Member
Author
There was a problem hiding this comment.
Oh I just understood. I'm not too sure to be honest. It seems a bit weird indeed.
Contributor
|
@bors r+ rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 13, 2022
…laumeGomez Rollup of 10 pull requests Successful merges: - rust-lang#98789 (rustdoc-json-types: Clean up derives.) - rust-lang#98848 (Build the Clippy book as part of x.py doc) - rust-lang#99020 (check non_exhaustive attr and private fields for transparent types) - rust-lang#99132 (Add some autolabels for A-bootstrap and T-infra) - rust-lang#99148 (Clarify that [iu]size bounds were only defined for the target arch) - rust-lang#99152 (Use CSS variables to handle theming (part 2)) - rust-lang#99168 (Add regression test for rust-lang#74713) - rust-lang#99176 (:arrow_up: rust-analyzer) - rust-lang#99183 (Mention rust-analyzer maintainers when `proc_macro` bridge is changed) - rust-lang#99185 (llvm-wrapper: adapt for LLVM API change) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up of #98460.
As usual, there shouldn't be any UI change.
You can test it here.
r? @jsha