diff --git a/src/vs/workbench/browser/parts/editor/media/tabstitle.css b/src/vs/workbench/browser/parts/editor/media/tabstitle.css index 63eb18cf04f1488b00e428b809fc4028cdf6280f..d94bfe09df576e49f8d14a74a12355c8f3122372 100644 --- a/src/vs/workbench/browser/parts/editor/media/tabstitle.css +++ b/src/vs/workbench/browser/parts/editor/media/tabstitle.css @@ -101,8 +101,7 @@ color: white; } -.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container .title.inactive > .tabs-container > .tab .tab-label a, -.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container .title > .tabs-container > .tab.inactive .tab-label a { +.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container .title.inactive > .tabs-container > .tab .tab-label a { color: rgba(255, 255, 255, 0.5); }