Angular Dragula - styling transit and mirror separately?

1.1k Views Asked by At

I am using nagular/dragula and trying to achieve an effect where the intended drop place is signalled by an insert line rather than an empty box. Somehow though, when I style that .gu-transit element like so:

.gu-transit {
  height: 0px;
  border: 1px solid red;
}

it also affects the .gu-mirror element (the drag helper) - it acquires same height. Is it possible to separate those two, or is it current limitation of the module?

0

There are 0 best solutions below