feat(ui): add delete-up-to action and range hover overlay

This commit is contained in:
Shantur Rathore
2026-02-26 13:46:48 +00:00
parent f1bd681618
commit 2991de528a
22 changed files with 303 additions and 39 deletions

View File

@@ -9,7 +9,6 @@
position: absolute;
inset: -2px;
background: var(--status-error-bg);
box-shadow: inset 0 0 0 1px var(--status-error-fg);
border-radius: 0;
pointer-events: none;
/* Overlay must sit above the message cards (they have opaque backgrounds). */
@@ -29,7 +28,6 @@
position: absolute;
inset: -2px;
background: var(--status-error-bg);
box-shadow: inset 0 0 0 1px var(--status-error-fg);
border-radius: 0;
pointer-events: none;
/* Overlay must sit above the part card background. */