File tree 1 file changed +11
-2
lines changed
src/vs/workbench/contrib/scm/browser/media
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 199
199
flex-grow : 100 ;
200
200
}
201
201
202
+ .scm-view .monaco-list .monaco-list-row .scm-input > .actions ,
202
203
.scm-view .monaco-list .monaco-list-row .resource-group > .actions ,
203
204
.scm-view .monaco-list .monaco-list-row .resource > .name > .monaco-icon-label > .actions {
204
205
display : none;
205
206
max-width : fit-content;
206
207
}
207
208
209
+ .scm-view .monaco-list .monaco-list-row : hover .scm-input > .actions ,
210
+ .scm-view .monaco-list .monaco-list-row .selected .scm-input > .actions ,
211
+ .scm-view .monaco-list .monaco-list-row .focused .scm-input > .actions ,
208
212
.scm-view .monaco-list .monaco-list-row : hover .resource-group > .actions ,
209
213
.scm-view .monaco-list .monaco-list-row .selected .resource-group > .actions ,
210
214
.scm-view .monaco-list .monaco-list-row .focused .resource-group > .actions ,
227
231
}
228
232
229
233
.scm-view .show-actions .scm-provider > .actions ,
234
+ .scm-view .show-actions > .monaco-list .monaco-list-row .scm-input > .actions ,
230
235
.scm-view .show-actions > .monaco-list .monaco-list-row .resource-group > .actions ,
231
236
.scm-view .show-actions > .monaco-list .monaco-list-row .resource > .name > .monaco-icon-label > .actions {
232
237
display : block;
244
249
245
250
.scm-view .scm-input .actions {
246
251
position : absolute;
247
- top : 6 px ;
252
+ top : 7 px ;
248
253
right : 20px ;
249
- border : 1px solid var (--vscode-toolbar-hoverBackground );
254
+ }
255
+
256
+ .scm-view .scm-input .actions .action-label {
250
257
border-radius : 5px ;
258
+ outline : 1px dashed var (--vscode-toolbar-hoverOutline );
259
+ outline-offset : -1px ;
251
260
}
252
261
253
262
.scm-view .scm-editor-container .monaco-editor {
You can’t perform that action at this time.
0 commit comments