This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 89e985ac VScode Darkmode for #1012
89e985ac is described below
commit 89e985acc383c7350e02a5c228f39b3f078b236c
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Wed Dec 27 13:33:14 2023 -0500
VScode Darkmode for #1012
---
karavan-vscode/webview/index.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/karavan-vscode/webview/index.css b/karavan-vscode/webview/index.css
index 573e532e..c412caa1 100644
--- a/karavan-vscode/webview/index.css
+++ b/karavan-vscode/webview/index.css
@@ -186,9 +186,9 @@ body, :root, #root, .karavan {
.vscode-dark .karavan .step-element .add-button {
color: var(--vscode-focusBorder);
}
-.vscode-dark .karavan .step-element .add-button-icon,
-.vscode-dark .karavan .step-element .insert-button-icon,
-.vscode-dark .karavan .step-element .delete-button-icon {
+.vscode-dark .karavan .add-button-icon,
+.vscode-dark .karavan .insert-button-icon,
+.vscode-dark .karavan .delete-button-icon {
background: var(--vscode-editor-background);
}