thogonal-start.vertical::before { left: -2px; top: -4px; } .monaco-sash.orthogonal-end.vertical::after { left: -2px; bottom: -4px; } .monaco-sash.orthogonal-start.horizontal::before { top: -2px; left: -4px; } .monaco-sash.orthogonal-end.horizontal::after { top: -2px; right: -4px; } .monaco-sash.disabled { cursor: default !important; pointer-events: none !important; } /** Touch **/ .monaco-sash.touch.vertical { width: 20px; } .monaco-sash.touch.horizontal { height: 20px; } /** Debug **/ .monaco-sash.debug { background: cyan; } .monaco-sash.debug.disabled { background: rgba(0, 255, 255, 0.2); } .monaco-sash.debug:not(.disabled).orthogonal-start::before, .monaco-sash.debug:not(.disabled).orthogonal-end::after { background: red; }I