File tree 1 file changed +8
-0
lines changed
src/vs/workbench/browser/parts/editor/media
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 137
137
padding : 0 ;
138
138
}
139
139
140
+ .monaco-workbench > .part .editor > .content .editor-group-container > .title .tabs-container > .tab .sizing-shrink : focus > .tab-label ::after {
141
+ opacity : 0 ; /* when tab has the focus this shade breaks the tab border (fixes https://github.com/Microsoft/vscode/issues/57819) */
142
+ }
143
+
140
144
.monaco-workbench > .part .editor > .content .editor-group-container > .title .tabs-container > .tab .sizing-fit .monaco-icon-label ,
141
145
.monaco-workbench > .part .editor > .content .editor-group-container > .title .tabs-container > .tab .sizing-fit .monaco-icon-label > .monaco-icon-label-description-container {
142
146
overflow : visible; /* fixes https://github.com/Microsoft/vscode/issues/20182 */
167
171
overflow : hidden; /* let the close button be pushed out of view when sizing is set to shrink to make more room... */
168
172
}
169
173
174
+ .monaco-workbench > .part .editor > .content .editor-group-container > .title .tabs-container > .tab .close-button-right .sizing-shrink > .tab-close : focus-within {
175
+ overflow : visible;/* fix invisible tab close button on focus: (fixes https://github.com/Microsoft/vscode/issues/41459) */
176
+ }
177
+
170
178
.monaco-workbench > .part .editor > .content .editor-group-container > .title .tabs-container > .tab .dirty .close-button-right .sizing-shrink > .tab-close ,
171
179
.monaco-workbench > .part .editor > .content .editor-group-container > .title .tabs-container > .tab .close-button-right .sizing-shrink : hover > .tab-close {
172
180
overflow : visible; /* ...but still show the close button on hover and when dirty */
You can’t perform that action at this time.
0 commit comments