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 9844d2b commit 12e0f42Copy full SHA for 12e0f42
src/vs/workbench/browser/parts/editor/media/tabstitlecontrol.css
@@ -236,6 +236,10 @@
236
padding-right: 0; /* remove extra padding when we are running without close button */
237
}
238
239
+.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.close-button-off > .tab-close {
240
+ pointer-events: none; /* don't allow dirty state/close button to be clicked when running without close button */
241
+}
242
+
243
/* Editor Actions */
244
245
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions {
0 commit comments