.plait-board-container {
    &.pointer-text {
        .board-host-svg {
            cursor: default;
        }
    }
    &:not(.pointer-text):not(.pointer-selection):not(.pointer-hand):not(.pointer-vectorLine) {
        .board-host-svg {
            cursor: crosshair;
        }
    }
    &.draw-line-resizing .element-active-host .selection-rectangle {
        display: none;
    }
    &.line-text-resizing,
    &.line-text-resizing .slate-editable-container {
        cursor: move;
    }
}
