style(visual-fidelity): missed Batch B row in admin/members
Some checks failed
Test / vitest (pull_request) Successful in 11m59s
Test / playwright (pull_request) Failing after 9m53s
Test / visual (pull_request) Failing after 9m20s
Test / Notify on failure (pull_request) Successful in 1s

.row-error background was the one rgba leftover from the
pages-admin slice — line had shifted from 1309 to 1307 after
earlier Batch B edits.
This commit is contained in:
Jennie Robinson Faber 2026-04-30 11:47:44 +01:00
parent d6cdf45838
commit 5a69d6ab75

View file

@ -1304,7 +1304,7 @@ th.sortable:hover {
} }
.row-error { .row-error {
background: rgba(138, 68, 32, 0.04); background: color-mix(in srgb, var(--ember) 4%, transparent);
} }
/* ---- PREVIEW BOX ---- */ /* ---- PREVIEW BOX ---- */