mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-26 19:36:52 +01:00
💄
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
/* Breadcrumbs (inline next to single editor tab) */
|
||||
|
||||
.monaco-workbench .part.editor > .content .editor-group-container > .title.breadcrumbs .no-tabs.title-label {
|
||||
.monaco-workbench .part.editor > .content .editor-group-container > .title.breadcrumbs .single-tab.title-label {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -317,7 +317,7 @@ export class SingleEditorTabsControl extends EditorTabsControl {
|
||||
{
|
||||
title,
|
||||
italic: !isEditorPinned,
|
||||
extraClasses: ['no-tabs', 'title-label'].concat(editor.getLabelExtraClasses()),
|
||||
extraClasses: ['single-tab', 'title-label'].concat(editor.getLabelExtraClasses()),
|
||||
fileDecorations: {
|
||||
colors: Boolean(options.decorations?.colors),
|
||||
badges: Boolean(options.decorations?.badges)
|
||||
|
||||
Reference in New Issue
Block a user