1
0
Fork 0
mirror of synced 2024-07-10 08:46:05 +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 7eeb215e51
commit 54bf420ef8

View file

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