Fix language dropdown background on dark theme, add palette color indicators
- Change .header-locale background from transparent to var(--card-bg) to prevent white flash on dark theme when leaving the dropdown - Show card color as border-left on command palette items when a custom color is assigned via the card color picker Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -63,7 +63,7 @@ h2 {
|
||||
padding: 2px 4px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
background: transparent;
|
||||
background: var(--card-bg);
|
||||
color: var(--text-secondary);
|
||||
font-size: 0.7rem;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user