From d0bc6e06a2ad844c67a1d36d8c409b9ff7a182be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 6 Mar 2020 20:32:28 +0100 Subject: Add undo delete task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- css/src/style.scss | 4 +++ src/components/TaskBody.vue | 66 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 58 insertions(+), 12 deletions(-) diff --git a/css/src/style.scss b/css/src/style.scss index a24b3660..1189d9d9 100644 --- a/css/src/style.scss +++ b/css/src/style.scss @@ -423,6 +423,10 @@ } } + &.deleted .task-info { + opacity: .6; + } + &.add-subtask { border: 1px solid $gray_light; diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue index 2f12098b..809f5ef6 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -23,7 +23,7 @@ License along with this library. If not, see .