mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 07:04:16 +01:00
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
11 lines
153 B
SCSS
11 lines
153 B
SCSS
.#{$select-ns}-wrapper.plugin-drag_drop {
|
|
.ts-dragging{
|
|
color:transparent !important;
|
|
}
|
|
|
|
.ts-dragging > * {
|
|
visibility:hidden !important;
|
|
}
|
|
|
|
}
|