fix(ecommerce): align product set count stepper with local light theme
Add local-theme-parity overrides for .clone-ai-count-stepper container and count value so they match the page's light palette.
This commit is contained in:
@@ -371,3 +371,14 @@
|
||||
border-color: rgba(var(--accent-rgb), 0.42);
|
||||
background: var(--bg-panel);
|
||||
}
|
||||
|
||||
/* ── Product set count stepper: align with local light theme ── */
|
||||
.product-clone-page[data-tool="clone"] .clone-ai-count-stepper {
|
||||
border-color: var(--border-subtle);
|
||||
background: var(--bg-inset);
|
||||
color: var(--fg-body);
|
||||
}
|
||||
|
||||
.product-clone-page[data-tool="clone"] .clone-ai-count-stepper b {
|
||||
color: var(--fg-body);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user