Apply grab cursor when hovering over a draggable component
This commit is contained in:
parent
a6186dbd39
commit
8460744e68
|
@ -201,7 +201,7 @@
|
||||||
.component {
|
.component {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
[data-draggable="true"] {
|
[data-draggable="true"] :global(*:hover) {
|
||||||
cursor: pointer;
|
cursor: grab !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue