1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00

fix(frontend): add inset stroke to child-entry-row.is-multi-selected

This commit is contained in:
TheGeneralist 2026-07-21 13:52:42 +02:00
parent 5f575ac8d7
commit d9025aac31
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 4 additions and 3 deletions

View file

@ -2805,6 +2805,7 @@ body.has-audio-bar { padding-bottom: 56px; }
}
.child-entry-row.is-multi-selected {
background: #eee2d2;
box-shadow: inset 0 0 0 2px var(--accent);
opacity: 1;
}
.child-entry-row > div {