chore(dashboard): drop unused --bg-tertiary fallback on plugin install hint
The fallback pointed at a token that doesn't exist in any theme; the color-mix expression was already the intended value. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -41,10 +41,7 @@
|
|||||||
.plugin-install-hint code {
|
.plugin-install-hint code {
|
||||||
padding: 1px var(--space-xs);
|
padding: 1px var(--space-xs);
|
||||||
border-radius: var(--radius-sm);
|
border-radius: var(--radius-sm);
|
||||||
background: var(
|
background: color-mix(in srgb, var(--text-muted) 12%, transparent);
|
||||||
--bg-tertiary,
|
|
||||||
color-mix(in srgb, var(--text-muted) 12%, transparent)
|
|
||||||
);
|
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user