diff options
author | Nicu Tofan <nicu.tofan@gmail.com> | 2018-06-24 10:44:09 +0300 |
---|---|---|
committer | Nicu Tofan <nicu.tofan@gmail.com> | 2018-06-26 14:32:50 +0300 |
commit | 989b026b33508feaa6ba806a624b95a93298327c (patch) | |
tree | 8227d83eb29a33ae7a05b21937fc18317594d1f2 /client/components/cards/subtasks.styl | |
parent | 4ac6a507cdd3e7a4610c8961e0a9f76f945a5e6d (diff) | |
download | wekan-989b026b33508feaa6ba806a624b95a93298327c.tar.gz wekan-989b026b33508feaa6ba806a624b95a93298327c.tar.bz2 wekan-989b026b33508feaa6ba806a624b95a93298327c.zip |
Can now navigate to subtask
Diffstat (limited to 'client/components/cards/subtasks.styl')
-rw-r--r-- | client/components/cards/subtasks.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/components/cards/subtasks.styl b/client/components/cards/subtasks.styl index 5bb2d4bd..c2f09aa1 100644 --- a/client/components/cards/subtasks.styl +++ b/client/components/cards/subtasks.styl @@ -37,7 +37,10 @@ textarea.js-add-subtask-item, textarea.js-edit-subtask-item .js-delete-subtask @extends .delete-text + margin: 0 0.5em + .js-view-subtask + @extends .delete-text .js-confirm-subtask-delete background-color: darken(white, 3%) |