mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
fix conflicting style on drag over and selection
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user