Skip to content

Commit 8f1af4b

Browse files
authored
Show focus state on editor tabs in hc themes (microsoft#191850)
1 parent 3217686 commit 8f1af4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/browser/parts/editor/tabsTitleControl.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,6 +2077,10 @@ registerThemingParticipant((theme, collector) => {
20772077
outline-offset: -5px;
20782078
}
20792079
2080+
.monaco-workbench .part.editor > .content .editor-group-container.active > .title .tabs-container > .tab.active:focus {
2081+
outline-style: dashed;
2082+
}
2083+
20802084
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.active {
20812085
outline: 1px dotted;
20822086
outline-offset: -5px;

0 commit comments

Comments
 (0)