Skip to content

Commit

Permalink
remove pointer on disabled task-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Feb 27, 2019
1 parent 7acbcc4 commit cafcfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/components/tasks/task.vue
Expand Up @@ -432,7 +432,7 @@
border-left: none;
}
.task-control, .reward-control {
.task-control:not(.task-disabled-habit-control-inner), .reward-control {
cursor: pointer;
}
Expand Down

0 comments on commit cafcfb6

Please sign in to comment.