kutlugsahin / ngx-smooth-dnd

angular wrapper for smooth-dnd
165 stars 30 forks source link

dragClass doesn't reflect css cursor attribute #11

Closed socialmedialabs closed 6 years ago

socialmedialabs commented 6 years ago

Following your examples I tried adding a grabbing cursor to the ghost item, but with no luck:

.card-ghost {
    transition: transform 0.5s ease;
    transform: rotateZ(5deg);
    opacity: 0.75;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

Any idea how that can be achieved?

kutlugsahin commented 6 years ago

Hi @socialmedialabs thanks for submitting the issue. It should be fixed in version 0.2.3. Cheers!