A floating panel does not borrow the colour behind it - #525
Merged
Merged
Conversation
WaylandYang
force-pushed
the
fix/a-fact-row-says-which-fact
branch
from
September 9, 2026 02:51
f6e3d71 to
2897e0d
Compare
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com> (cherry picked from commit 8b3a6cd5f83532e9da405851829c5b3133191631)
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
WaylandYang
force-pushed
the
fix/chrome-has-no-hue
branch
from
September 9, 2026 02:58
b22711c to
d55a3fd
Compare
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.
The chrome had a hue. Nobody chose it.
backdrop-filter: blur()passes the colours behind it straight through, so everyglass surface in the app was tinted by whatever it happened to be floating over —
and on the graph page that is a field of saturated type colours. The right panel
came out faintly blue. It was never a token; it was the canvas leaking upward.
Three changes:
saturate(0.3)on every backdrop (.glass,.glass-strong,.u-menu-glass,.u-pill). Blur alone keeps the chroma and only smears it. Draining thesaturation leaves the luminance — panels still read as translucent, still darken
over bright content, and are grey while doing it.
--u-surface-strong0.72 → 0.68. Slightly more of what is behind, now thatwhat comes through is neutral.
its own header and a close button. It now uses the knowledge-base switcher's
anatomy — title, rule, body — and gains the two rows that were missing: Show all
and Hide all. A switched-off class is struck through rather than only dimmed;
dimming alone reads as "disabled", not "I turned this off".
Checked
pnpm buildclean; style guard 45/45.visible in the first place.
Stacked
On top of #506. Review that first.
🤖 Generated with Claude Code