[3.0] Theme split (wave 4, part 28) — point the post display at design tokens - #9470
Merged
live627 merged 2 commits intoAug 10, 2026
Merged
Conversation
The colours a post draws itself with: the poster's name and online link, the info line above the message, the edit history drop down, the bump notice, the approval backgrounds and the borders around the message itself. Every token holds the value the rule has today, so nothing renders differently. .inner and the signature/attachment/custom field group draw the same hairline above themselves, so they share one set of tokens rather than getting a pair each - they are the same divider, not two values that happen to match. Signed-off-by: Mathias Albert <mathiaspapealbert@hotmail.com> Signed-off-by: albertlast <mathiaspapealbert@hotmail.com>
Collaborator
Author
|
Re-ran the verification, because the first run was taken on Repeated on Same result. No change to the diff. |
Closed
…bit-tokens Signed-off-by: albertlast <mathiaspapealbert@hotmail.com> # Conflicts: # Themes/default/css/variables.css
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.
Description
Part of the #7933 split, following #9467, #9468 and #9469.
The colours a post draws itself with: the poster's name and online link, the info line above the message, the edit history drop down, the bump notice, the approval backgrounds, and the borders around the message itself. 33 tokens in seven groups. Every token holds the value the rule has today, so nothing renders differently.
One judgement call.
.innerand the.signature, .attachments, .under_message, .custom_fields_*group both drawThey share one
--postsection-*set rather than getting a pair each. That is the same divider drawn twice — the hairline above each section inside a post — not two values that happen to coincide. Where a value really does carry two meanings, as with--approvebg-colorand--approvebg2-color(both#222), there are two tokens.Verification
Every rule in
index.css— not just the ones this touches — parsed out of the file as text, applied to a probe, and read back as a fixed list of 57 longhands:965 rules, 55,005 computed values, 0 differences.
Rule text comes from the file rather than
CSSRule.style.cssText, which cannot round-trip abordershorthand holding avar()(see #9468). Measured withminimize_filesoff, because the minifier rewrites literaltransparentand cannot do so inside avar().Issues References (Fixes|Related|Closes)
Related: #7933