ColorField: shared color-input primitive, Theme Builder + Chart Builder migration

This commit is contained in:
2026-06-14 11:02:20 +03:00
parent 236b1c8a37
commit df6a0b3845
8 changed files with 240 additions and 114 deletions
@@ -921,14 +921,9 @@
outline-offset: -2px;
}
/* Sizing + chrome come from ColorField (size="sm"); only the pill margin is local. */
.constColor {
width: 28px;
height: 22px;
margin: 0 var(--space-2);
padding: 0;
border: var(--border-width) solid var(--border-strong);
background: var(--bg);
cursor: pointer;
}
.constNumber {