Apply grab cursor when hovering over a draggable component

This commit is contained in:
Andrew Kingston 2021-09-17 14:30:54 +01:00
parent a6186dbd39
commit 8460744e68
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@
.component {
display: contents;
}
[data-draggable="true"] {
cursor: pointer;
[data-draggable="true"] :global(*:hover) {
cursor: grab !important;
}
</style>