提交 729343fe 编写于 作者: R Rob Lourens

Remove transparent styling on notebook list

Fix #101607
上级 3c8619e7
...@@ -304,21 +304,21 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor ...@@ -304,21 +304,21 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
transformOptimization: false, transformOptimization: false,
styleController: (_suffix: string) => { return this._list!; }, styleController: (_suffix: string) => { return this._list!; },
overrideStyles: { overrideStyles: {
listBackground: Color.transparent, listBackground: editorBackground,
listActiveSelectionBackground: Color.transparent, listActiveSelectionBackground: editorBackground,
listActiveSelectionForeground: foreground, listActiveSelectionForeground: foreground,
listFocusAndSelectionBackground: Color.transparent, listFocusAndSelectionBackground: editorBackground,
listFocusAndSelectionForeground: foreground, listFocusAndSelectionForeground: foreground,
listFocusBackground: Color.transparent, listFocusBackground: editorBackground,
listFocusForeground: foreground, listFocusForeground: foreground,
listHoverForeground: foreground, listHoverForeground: foreground,
listHoverBackground: Color.transparent, listHoverBackground: editorBackground,
listHoverOutline: focusBorder, listHoverOutline: focusBorder,
listFocusOutline: focusBorder, listFocusOutline: focusBorder,
listInactiveSelectionBackground: Color.transparent, listInactiveSelectionBackground: editorBackground,
listInactiveSelectionForeground: foreground, listInactiveSelectionForeground: foreground,
listInactiveFocusBackground: Color.transparent, listInactiveFocusBackground: editorBackground,
listInactiveFocusOutline: Color.transparent, listInactiveFocusOutline: editorBackground,
}, },
accessibilityProvider: { accessibilityProvider: {
getAriaLabel() { return null; }, getAriaLabel() { return null; },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册