提交 4a4f57be 编写于 作者: C Christof Marti

Use correct background color (fixes #86893)

上级 3dea65ba
......@@ -28,7 +28,7 @@ import { ActionBar } from 'vs/base/browser/ui/actionbar/actionbar';
import { Action } from 'vs/base/common/actions';
import { getIconClass } from 'vs/workbench/browser/parts/quickinput/quickInputUtils';
import { withNullAsUndefined } from 'vs/base/common/types';
import { SIDE_BAR_BACKGROUND } from 'vs/workbench/common/theme';
import { QUICK_INPUT_BACKGROUND } from 'vs/workbench/common/theme';
const $ = dom.$;
......@@ -254,7 +254,7 @@ export class QuickInputList {
multipleSelectionSupport: false,
horizontalScrolling: false,
overrideStyles: {
listBackground: SIDE_BAR_BACKGROUND
listBackground: QUICK_INPUT_BACKGROUND
}
} as IWorkbenchListOptions<ListElement>);
this.list.getHTMLElement().id = id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册