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