Skip to content

Commit

Permalink
Merge pull request #334 from haydenbleasel/main
Browse files Browse the repository at this point in the history
Show grabbing cursor when grabbing drag handle
  • Loading branch information
andrewdoro authored Mar 7, 2024
2 parents 4d49c2f + 282d47e commit 2338cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/styles/prosemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p {
&:active {
background-color: var(--novel-stone-200);
transition: background-color 0.2s;
cursor: grabbing;
}

&.hide {
Expand Down

0 comments on commit 2338cdc

Please sign in to comment.