Using RF 4.1 I am trying to style the default dragIndicator (the one used when none is defined). When I use a custom dragIndicator, I can style it using the class rf-ind-drag, but the default dragIndicator only has the class ui-draggable.
The problem with ui-draggable is, that it is already set before dragging, so my component has the dragging style before I start dragging it.
How can I style the default dragIndicator or make the custom one look like the component that I am dragging (I drag tree nodes)?
It does what I want, when I define the dragIndicator inside the treeNode.