highlight trash on drag

This commit is contained in:
David Benqué
2020-03-13 09:40:52 +00:00
parent fcb67d5b50
commit f8b8f09a74
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -430,6 +430,11 @@
background: fade(@colortheme_notification-warn, 20%);
}
}
&.kanban-trash-suggest {
div {
background: fade(@cryptpad_text_col, 20%);
}
}
.kanban-item, .kanban-board {
display: none;
}