remove background from lightbulb widget (#214375)

remove background from widget:
This commit is contained in:
Justin Chen 2024-06-06 00:14:44 +00:00 committed by GitHub
parent 8cca7892e1
commit 5f646b8e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,5 @@
width: 100%;
height: 100%;
opacity: 0.3;
background-color: var(--vscode-editor-background);
z-index: 1;
}