mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
fix conflicting style on drag over and selection
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.container.data-row.dragged-over-top::before {
|
||||
.container.data-row.dragged-over-top::after {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
right: 0;
|
||||
@@ -131,7 +131,7 @@
|
||||
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;
|
||||
left: -9999px;
|
||||
margin-right: 9999px;
|
||||
|
||||
Reference in New Issue
Block a user