diff --git a/src/vs/workbench/browser/parts/editor/media/notabstitle.css b/src/vs/workbench/browser/parts/editor/media/notabstitle.css index 74aa3c50a34..021cd8cbcbd 100644 --- a/src/vs/workbench/browser/parts/editor/media/notabstitle.css +++ b/src/vs/workbench/browser/parts/editor/media/notabstitle.css @@ -58,6 +58,6 @@ opacity: 0.5; } -.monaco-workbench > .part.editor > .content > .one-editor-container .title.active .title-actions { +.monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .title-actions { opacity: 1; } \ No newline at end of file diff --git a/src/vs/workbench/browser/parts/editor/media/tabstitle.css b/src/vs/workbench/browser/parts/editor/media/tabstitle.css index 59b5b8e93c3..dc5ee54f362 100644 --- a/src/vs/workbench/browser/parts/editor/media/tabstitle.css +++ b/src/vs/workbench/browser/parts/editor/media/tabstitle.css @@ -90,30 +90,30 @@ /* Tab Close */ -.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab > .tab-close { +.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab > .tab-close { margin-top: auto; margin-bottom: auto; width: 28px; } -.monaco-workbench > .part.editor > .content > .one-editor-container .title.active .tabs-container > .tab.active > .tab-close .action-label, /* always show it for active tab */ -.monaco-workbench > .part.editor > .content > .one-editor-container .title.active .tabs-container > .tab > .tab-close .action-label:focus, /* always show it on focus */ -.monaco-workbench > .part.editor > .content > .one-editor-container .title.active .tabs-container > .tab:hover > .tab-close .action-label, /* always show it on hover */ -.monaco-workbench > .part.editor > .content > .one-editor-container .title.active .tabs-container > .tab.active:hover > .tab-close .action-label, /* always show it on hover */ -.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab.dirty > .tab-close .action-label { /* always show it for dirty tabs */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .tabs-container > .tab.active > .tab-close .action-label, /* always show it for active tab */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .tabs-container > .tab > .tab-close .action-label:focus, /* always show it on focus */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .tabs-container > .tab:hover > .tab-close .action-label, /* always show it on hover */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .tabs-container > .tab.active:hover > .tab-close .action-label, /* always show it on hover */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.dirty > .tab-close .action-label { /* always show it for dirty tabs */ opacity: 1; } -.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab.active > .tab-close .action-label, /* show dimmed for inactive group */ -.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab.active:hover > .tab-close .action-label { /* show dimmed for inactive group */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.active > .tab-close .action-label, /* show dimmed for inactive group */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab.active:hover > .tab-close .action-label { /* show dimmed for inactive group */ opacity: 0.5; } -.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab:hover > .tab-close .action-label { /* show more dimmed for inactive group and tab */ +.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab:hover > .tab-close .action-label { /* show more dimmed for inactive group and tab */ opacity: 0.4; } -.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab > .tab-close .action-label { +.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab > .tab-close .action-label { opacity: 0; display: block; height: 16px; diff --git a/src/vs/workbench/browser/parts/editor/media/titlecontrol.css b/src/vs/workbench/browser/parts/editor/media/titlecontrol.css index cfb5918164b..7ff81c10997 100644 --- a/src/vs/workbench/browser/parts/editor/media/titlecontrol.css +++ b/src/vs/workbench/browser/parts/editor/media/titlecontrol.css @@ -34,8 +34,8 @@ color: rgba(51, 51, 51, 0.5); } -.vs .monaco-workbench > .part.editor > .content > .one-editor-container .title.active .title-label a, -.vs .monaco-workbench > .part.editor > .content > .one-editor-container .title.active .tabs-container > .tab .tab-label a { +.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .title-label a, +.vs .monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .tabs-container > .tab .tab-label a { color: #333333; } @@ -44,8 +44,8 @@ color: rgba(255, 255, 255, 0.5); } -.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container .title.active .title-label a, -.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container .title.active .tabs-container > .tab .tab-label a { +.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .title-label a, +.vs-dark .monaco-workbench > .part.editor > .content > .one-editor-container > .title.active .tabs-container > .tab .tab-label a { color: white; } @@ -73,17 +73,17 @@ } /* Drag Cursor */ -.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container .title, -.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container .title .title-label a, -.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container .title .title-label span { +.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container > .title, +.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container > .title .title-label a, +.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container > .title .title-label span { cursor: -webkit-grab; } #monaco-workbench-editor-move-overlay, .monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged, -.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged .title, -.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged .title .title-label a, -.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged .title .title-label span, +.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged > .title, +.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged > .title .title-label a, +.monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged > .title .title-label span, .monaco-workbench > .part.editor > .content.multiple-editors .one-editor-container.dragged .monaco-editor .view-lines { cursor: -webkit-grabbing; }