feat: capability to move a card into a breadcrumb's folder

This commit is contained in:
Edouard Vanbelle
2026-03-25 17:47:23 +01:00
parent 276b9ff04c
commit db4535ed6a
2 changed files with 68 additions and 11 deletions
+6
View File
@@ -12,6 +12,7 @@
.breadcrumb-item {
padding: 2px 4px;
border-radius: 4px;
border: 2px solid transparent;
transition: background 0.15s, color 0.15s;
}
@@ -20,6 +21,11 @@
color: #5a6f8a;
}
.breadcrumb-link.drop-target {
background-color: rgba(255, 193, 7, 0.1);
border: 2px dashed #ffc107;
}
.breadcrumb-link:hover {
text-decoration: underline;
color: #ff5e3a;