Files
iTop/node_modules/tom-select/dist/scss/plugins/drag_drop.scss
2025-11-13 16:43:49 +01:00

11 lines
153 B
SCSS

.#{$select-ns}-wrapper.plugin-drag_drop {
.ts-dragging{
color:transparent !important;
}
.ts-dragging > * {
visibility:hidden !important;
}
}