mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-28 03:08:04 +01:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user