feat: capability to move a card into a breadcrumb's folder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user