mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(ui): further cursor tweaks for Teams
This commit is contained in:
parent
63e0875f32
commit
603cc93957
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@
|
|||
>
|
||||
<div
|
||||
class="task-clickable-area"
|
||||
:class="{ 'cursor-auto': !isUser && !teamManagerAccess }"
|
||||
:class="{ 'cursor-auto': showTaskLockIcon && !teamManagerAccess }"
|
||||
tabindex="0"
|
||||
@click="edit($event, task)"
|
||||
@keypress.enter="edit($event, task)"
|
||||
|
|
@ -225,7 +225,7 @@
|
|||
<label
|
||||
v-markdown="item.text"
|
||||
class="custom-control-label"
|
||||
:class="{ 'cursor-auto': !isUser }"
|
||||
:class="{ 'cursor-auto': showTaskLockIcon }"
|
||||
:for="`checklist-${item.id}-${random}`"
|
||||
></label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue