fix(enhanced-kanban): remove background color from drop preview in drag-over state
- Eliminated the background color for the drop preview when a kanban group is dragged over, enhancing visual clarity during drag-and-drop operations.
This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
|
||||
.enhanced-kanban-group.drag-over .drop-preview-empty {
|
||||
border-color: var(--ant-color-primary);
|
||||
background: var(--ant-color-primary-bg);
|
||||
}
|
||||
|
||||
.drop-indicator {
|
||||
|
||||
Reference in New Issue
Block a user