component
-// used in
-// - heading.vue
-// - kanban-card.vue
-// - Kanban.vue
-// - Table.vue
-.is-done {
- background: $green;
- color: $white;
- padding: .5rem;
- font-size: 1rem;
- margin-left: .5rem;
- font-weight: bold;
- line-height: 1;
- border-radius: 4px;
- text-align: center;
-}
-
// FIXME: should be a prop of TaskDetailView.vue
.modal-container .task-view {
border-radius: $radius;
diff --git a/src/views/list/views/Table.vue b/src/views/list/views/Table.vue
index f359a5d1..f90a597d 100644
--- a/src/views/list/views/Table.vue
+++ b/src/views/list/views/Table.vue
@@ -134,7 +134,7 @@
- Done
+
|
{{ t.title }}
@@ -190,6 +190,7 @@
|