summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/cards/checklists.styl')
-rw-r--r--client/components/cards/checklists.styl13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index 0a6d688b..f8c36a12 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -16,6 +16,10 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
&:hover
color: inherit
+.checklists-title
+ display: flex
+ justify-content: space-between
+
.checklist-title
.checkbox
float: left
@@ -99,6 +103,15 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
margin-top: 3px
display: flex
background: darken(white, 3%)
+ opacity: 1
+ transition: height 0ms 400ms, opacity 400ms 0ms
+ height: auto
+ overflow: hidden
+
+ &.is-checked.invisible
+ opacity: 0
+ height: 0
+ transition: height 0ms 0ms, opacity 600ms 0ms
&.placeholder
background: darken(white, 20%)