ux - dont use grab cursor (fixes #151918) (#152146)

This commit is contained in:
Benjamin Pasero 2022-06-15 06:56:26 +02:00 committed by GitHub
parent ab85d3bd0d
commit 0b74e15aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@
/* Editor Label */
.monaco-workbench .part.editor > .content .editor-group-container > .title {
cursor: pointer;
}
.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label,
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label {
white-space: nowrap;
@ -36,10 +40,6 @@
/* Drag and Drop */
.monaco-workbench .part.editor > .content .editor-group-container > .title {
cursor: grab;
}
.monaco-editor-group-drag-image {
display: inline-block;
padding: 1px 7px;