mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
fix checklist deleting
This commit is contained in:
parent
d9830950aa
commit
3ab14e4e5a
2 changed files with 11 additions and 1 deletions
|
|
@ -125,6 +125,7 @@ $bg-disabled-control: #34303a;
|
|||
cursor: pointer;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.destroy-icon {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue