You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/12/27 18:23:25 UTC

(camel-karavan) branch main updated: VScode Darkmode for #1012

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 85c6eb11 VScode Darkmode for #1012
85c6eb11 is described below

commit 85c6eb117d0ccac3a835663efd3daba7f5e87b20
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Wed Dec 27 13:23:18 2023 -0500

    VScode Darkmode for #1012
---
 karavan-vscode/webview/index.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-vscode/webview/index.css b/karavan-vscode/webview/index.css
index f5a7ea00..573e532e 100644
--- a/karavan-vscode/webview/index.css
+++ b/karavan-vscode/webview/index.css
@@ -38,7 +38,7 @@ body, :root, #root, .karavan {
 
   --pf-v5-global--Color--100: var(--vscode-foreground) !important;
 
-  --step-border-color: var(--pf-v5-global--active-color--200);
+  /* --step-border-color: var(--pf-v5-global--active-color--200); */
   --step-border-color-selected:var(--vscode-focusBorder);
 
   padding: 0;