mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 14:44:17 +01:00
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;
|
|
}
|
|
|
|
}
|