style(visual-fidelity): missed Batch B row in admin/members
.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:
parent
d6cdf45838
commit
5a69d6ab75
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ---- */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue