diff --git a/docs/architecture/visual-specimen.html b/docs/architecture/visual-specimen.html index 7975a03..59a73e9 100644 --- a/docs/architecture/visual-specimen.html +++ b/docs/architecture/visual-specimen.html @@ -568,7 +568,9 @@ display: inline-block; } .dot.draft { - background: var(--support-warning); + /* Accent, not a warning hue: a draft / unpublished-changes state is + neutral, not a problem (arch/10 §6 status-indicator resolution + council). */ + background: var(--accent); } .dot.published { background: var(--support-success); @@ -624,6 +626,13 @@ align-items: center; gap: var(--space-2); } + /* Fixed-width slot so the draft dot (shown only on dirty rows) never shifts + the date — published rows keep an empty slot and stay aligned. */ + .item .indicator { + flex: 0 0 auto; + width: 8px; + height: 8px; + } .item .del { opacity: 0; border: none; @@ -990,8 +999,12 @@

Tabs · status · tags

- - + + +
+
+ Catalog primitive only. The Draft/Published view uses the segmented control (a + radio group), not tabs — see arch/10.
Draft changes @@ -1033,7 +1046,11 @@
Quarterly revenue
-
Today · 2 KB
+
+ Today · 2 KB +