Ability to reorder and edit tasks

This commit is contained in:
yflory
2018-02-15 15:38:39 +01:00
parent 70e014cdfc
commit 54a91f1153
4 changed files with 59 additions and 4 deletions

View File

@@ -88,6 +88,13 @@
color: #777;
}
.cp-app-todo-task-input {
margin: @spacing;
flex: 1;
min-width: 0;
font-weight: bold;
display: none;
}
.cp-app-todo-task-text {
margin: @spacing;
flex: 1;