Quiet fields: base.css field baseline, --field tokens, 3:1 border-strong, app-wide migration

This commit is contained in:
2026-06-13 00:06:33 +03:00
parent ebdeac7747
commit e0806bf3db
19 changed files with 218 additions and 232 deletions
+6 -1
View File
@@ -21,8 +21,11 @@
border-radius: var(--radius);
box-shadow: 0 2px 12px rgb(0 0 0 / 0.3);
/* Modal chrome sits on --layer-01, so ghost/secondary controls in the header
step their hover fill up (arch 09 §4). The body resets to --bg below. */
step their hover fill up, and fields step their fill off this surface
(arch 09 §4). The body resets to --bg below. */
--control-hover-fill: var(--layer-02);
--field: var(--field-02);
--field-hover: var(--field-hover-02);
}
/* Large: the two-pane managers (Datasets). Definite height so inner panes scroll. */
@@ -79,4 +82,6 @@
overflow: auto;
background: var(--bg);
--control-hover-fill: var(--layer-01);
--field: var(--field-01);
--field-hover: var(--field-hover-01);
}