Skip to content

The open conversation is highlighted again in the rail - #346

Merged
mattshax merged 1 commit into
mainfrom
rail-highlight
Sep 25, 2026
Merged

mattshax merged 1 commit into
mainfrom
rail-highlight

Conversation

@mattshax

Copy link
Copy Markdown
Member

ai-chat 0.5 marks the open conversation's row with a bare bg-[color-mix(in_oklab,var(--theme-panel)_8%,transparent)] class (an 8% tint) where 0.4 used theme-muted-panel. The Studio's accent-pill rule targeted the old class and stopped matching. The rule now also matches li.group[class*=" bg-[color-mix"]: every other row carries that class only behind hover:, so the leading space selects the open row alone. The old selector is kept so either package version works. Verified in headless Chrome: exactly one row, the open one, draws the pill at weight 600.

ai-chat 0.5 marks the open conversation's row with a bare
bg-[color-mix(...)] class, an 8% tint, where 0.4 used theme-muted-panel;
the Studio's accent-pill rule targeted the old class and stopped
matching, leaving only the faint tint. The rule now also matches the new
marker, which is unambiguous because every other row carries that class
only behind hover:. Verified in a browser: exactly one row, the open
one, draws the pill at weight 600.
@mattshax
mattshax merged commit 3ae2931 into main Sep 25, 2026
2 checks passed
@mattshax
mattshax deleted the rail-highlight branch September 25, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant