anentrypoint-design 1.0.22 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/247420.css +5 -0
- package/dist/247420.js +22 -22
- package/package.json +1 -1
- package/src/css/app-shell/panel-row.css +5 -0
package/dist/247420.css
CHANGED
|
@@ -2204,6 +2204,11 @@
|
|
|
2204
2204
|
.ds-247420 .row.active { background: color-mix(in oklab, var(--accent) 10%, var(--bg-2)); }
|
|
2205
2205
|
.ds-247420 .row.active::before { height: 64%; opacity: 1; background: var(--accent); }
|
|
2206
2206
|
.ds-247420 .row.active .title { color: var(--accent-ink); }
|
|
2207
|
+
/* The accent-tinted active background pushes --fg-3 (--ink-3) below AA 4.5:1
|
|
2208
|
+
(measured 4.43:1 after the warm-paper retune) -- --fg-2 (--ink-2, 7.13:1 on
|
|
2209
|
+
this mix) is the smallest token swap that clears it without touching the
|
|
2210
|
+
base --ink-3/paper-2 pairing used everywhere else. */
|
|
2211
|
+
.ds-247420 .row.active .ds-session-sub { color: var(--fg-2); }
|
|
2207
2212
|
.ds-247420 .row.row-state-disabled { opacity: 0.5; pointer-events: none; }
|
|
2208
2213
|
.ds-247420 .row.row-state-error { background: color-mix(in oklab, var(--flame) 10%, var(--bg-2)); }
|
|
2209
2214
|
.ds-247420 .row.row-state-error::before { height: 64%; opacity: 1; background: var(--flame); }
|