mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
make list drop position indicator more consistent
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
|
|
||||||
.container.data-row.dragged-over-top::after {
|
.container.data-row.dragged-over-top::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: -1px;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
.container.data-row.dragged-over-bottom::after {
|
.container.data-row.dragged-over-bottom::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: -1px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user