mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
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>