Files
logseq/src
scheinriese 8ce9f525a0 fix(asset-picker): theme cb-chip hover + open state
The dropdown trigger chips (Rectangle / Letters / etc.) used raw
var(--lx-gray-02, --rx-gray-02) for hover/open bg and
var(--lx-gray-05, --rx-gray-05) for border — both fell to neutral
gray in OG, breaking the themed Linear/Notion ghost-chip aesthetic.

- bg → @apply bg-gray-03 (themed tertiary teal chain → #08404f in OG
  dark, lifts the chip clearly above the recessed banner bg)
- border-color → gains `--ls-border-color` middle step

Radix themes unaffected — they still pick up --lx-gray-N at step 1.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 16:48:26 +02:00
..
2026-05-04 12:31:54 +08:00