Skip to content

Commit 0b74e15

Browse files
authored
ux - dont use grab cursor (fixes microsoft#151918) (microsoft#152146)
1 parent ab85d3b commit 0b74e15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/vs/workbench/browser/parts/editor/media/titlecontrol.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
/* Editor Label */
77

8+
.monaco-workbench .part.editor > .content .editor-group-container > .title {
9+
cursor: pointer;
10+
}
11+
812
.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label,
913
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label {
1014
white-space: nowrap;
@@ -36,10 +40,6 @@
3640

3741
/* Drag and Drop */
3842

39-
.monaco-workbench .part.editor > .content .editor-group-container > .title {
40-
cursor: grab;
41-
}
42-
4343
.monaco-editor-group-drag-image {
4444
display: inline-block;
4545
padding: 1px 7px;

0 commit comments

Comments
 (0)