1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

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

View file

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