fix conflicting style on drag over and selection

This commit is contained in:
jeffvli
2025-11-10 20:45:56 -08:00
parent 18ffa5e11a
commit 2f6079fb0f
@@ -119,7 +119,7 @@
opacity: 0.5; opacity: 0.5;
} }
.container.data-row.dragged-over-top::before { .container.data-row.dragged-over-top::after {
position: absolute; position: absolute;
top: -2px; top: -2px;
right: 0; right: 0;
@@ -131,7 +131,7 @@
background-color: var(--theme-colors-primary); background-color: var(--theme-colors-primary);
} }
.container.data-row.dragged-over-top.dragged-over-first-cell::before { .container.data-row.dragged-over-top.dragged-over-first-cell::after {
right: -9999px; right: -9999px;
left: -9999px; left: -9999px;
margin-right: 9999px; margin-right: 9999px;