File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/vs/workbench/browser/parts/editor/media Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 50
50
display : none;
51
51
}
52
52
53
- .monaco-workbench .part .editor > .content .editor-group-container > .title . tab : not (. active ) .tabs-and-actions-container .tabs-border-bottom ::after {
53
+ .monaco-workbench .part .editor > .content .editor-group-container > .title > .tabs-and-actions-container .tabs-border-bottom ::after {
54
54
content : '' ;
55
55
position : absolute;
56
56
bottom : 0 ;
293
293
background-color : var (--tab-border-top-color );
294
294
}
295
295
296
- .monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .active .tab-border-bottom : not ( : focus ) > .tab-border-bottom-container {
296
+ .monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .active .tab-border-bottom > .tab-border-bottom-container {
297
297
z-index : 10 ;
298
298
bottom : 0 ;
299
299
height : 1px ;
300
300
background-color : var (--tab-border-bottom-color );
301
301
}
302
302
303
+ .monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .active .tab-border-bottom : focus > .tab-border-bottom-container {
304
+ background-color : var (--vscode-focusBorder );
305
+ }
306
+
303
307
.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container > .tab .dirty-border-top : not (: focus ) > .tab-border-top-container {
304
308
z-index : 6 ;
305
309
top : 0 ;
You can’t perform that action at this time.
0 commit comments