Skip to content

Commit

Permalink
ux - dont use grab cursor (fixes #151918) (#152146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Jun 15, 2022
1 parent ab85d3b commit 0b74e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/vs/workbench/browser/parts/editor/media/titlecontrol.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0b74e15

Please sign in to comment.