fix checklist deleting

This commit is contained in:
Matteo Pagliazzi
2017-11-13 12:08:42 +01:00
parent d9830950aa
commit 3ab14e4e5a
2 changed files with 11 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ $bg-disabled-control: #34303a;
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
align-items: center;
}
.destroy-icon {

View File

@@ -452,9 +452,18 @@
background-size: 10px 10px;
background-image: url(~client/assets/svg/for-css/positive.svg);
}
}
.checklist-group {
.destroy-icon {
display: none;
}
&:hover {
cursor: move;
.destroy-icon {
display: inline-block;
color: $gray-200;
}
}
}