Codex/ecommerce history sync #29

Merged
stringadmin merged 14 commits from codex/ecommerce-history-sync into main 2026-06-18 02:20:06 +00:00
Showing only changes of commit 65be92ba43 - Show all commits
+6 -6
View File
@@ -373,12 +373,12 @@
}
/* ── 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);
html body #root .ecommerce-standalone .product-clone-page[data-tool="clone"] .clone-ai-count-stepper {
border-color: var(--border-subtle) !important;
background: var(--bg-inset) !important;
color: var(--fg-body) !important;
}
.product-clone-page[data-tool="clone"] .clone-ai-count-stepper b {
color: var(--fg-body);
html body #root .ecommerce-standalone .product-clone-page[data-tool="clone"] .clone-ai-count-stepper b {
color: var(--fg-body) !important;
}