We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab85d3b commit 0b74e15Copy full SHA for 0b74e15
src/vs/workbench/browser/parts/editor/media/titlecontrol.css
@@ -5,6 +5,10 @@
5
6
/* Editor Label */
7
8
+.monaco-workbench .part.editor > .content .editor-group-container > .title {
9
+ cursor: pointer;
10
+}
11
+
12
.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label,
13
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label {
14
white-space: nowrap;
@@ -36,10 +40,6 @@
36
40
37
41
/* Drag and Drop */
38
42
39
-.monaco-workbench .part.editor > .content .editor-group-container > .title {
- cursor: grab;
-}
-
43
.monaco-editor-group-drag-image {
44
display: inline-block;
45
padding: 1px 7px;
0 commit comments