mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Quiet fields: base.css field baseline, --field tokens, 3:1 border-strong, app-wide migration
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user