提交 8ce1c41c 编写于 作者: M Matt Bierner

Default webview background to transparent

Webviews can now be show in places besides the editor (such as custom views). `transparent` is a better default since this lets the webiew automatically pick up the color from whatever it is shown over
上级 6fded22e
......@@ -58,7 +58,7 @@
const defaultCssRules = `
body {
background-color: var(--vscode-editor-background);
background-color: transparent;
color: var(--vscode-editor-foreground);
font-family: var(--vscode-font-family);
font-weight: var(--vscode-font-weight);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册