File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/vs/platform/quickinput/browser Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -881,6 +881,7 @@ export class QuickInputController extends Disposable {
881
881
this . ui . container . style . border = widgetBorder ? `1px solid ${ widgetBorder } ` : '' ;
882
882
this . ui . container . style . boxShadow = widgetShadow ? `0 0 8px 2px ${ widgetShadow } ` : '' ;
883
883
this . ui . list . style ( this . styles . list ) ;
884
+ this . ui . tree . tree . style ( this . styles . list ) ;
884
885
885
886
const content : string [ ] = [ ] ;
886
887
if ( this . styles . pickerGroup . pickerGroupBorder ) {
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ export class QuickInputService extends Themable implements IQuickInputService {
240
240
listInactiveFocusBackground : quickInputListFocusBackground ,
241
241
listFocusOutline : activeContrastBorder ,
242
242
listInactiveFocusOutline : activeContrastBorder ,
243
+ treeStickyScrollBackground : quickInputBackground ,
243
244
} ) ,
244
245
pickerGroup : {
245
246
pickerGroupBorder : asCssVariable ( pickerGroupBorder ) ,
You can’t perform that action at this time.
0 commit comments