From bb780731cc329420fcee8724521aae5f668a1f6e Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Tue, 13 Jun 2023 13:51:24 -0400 Subject: [PATCH] Updates the workspaces SVG selected row --- src/webviews/apps/welcome/components/svg-workspaces.ts | 7 +++++-- walkthroughs/welcome/workspaces-focus.svg | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/webviews/apps/welcome/components/svg-workspaces.ts b/src/webviews/apps/welcome/components/svg-workspaces.ts index ed7429a..9eaa5ab 100644 --- a/src/webviews/apps/welcome/components/svg-workspaces.ts +++ b/src/webviews/apps/welcome/components/svg-workspaces.ts @@ -38,12 +38,12 @@ export class BlameSvg extends LitElement { --> - + Frontend applications - + @@ -165,6 +165,9 @@ export class BlameSvg extends LitElement { stroke: var(--vscode-list-focusOutline); stroke-width: 1; } + .selected { + fill: var(--vscode-list-activeSelectionForeground); + } .row:not(:hover) .row-actions { display: none; } diff --git a/walkthroughs/welcome/workspaces-focus.svg b/walkthroughs/welcome/workspaces-focus.svg index 2f7f7a7..ed6a370 100644 --- a/walkthroughs/welcome/workspaces-focus.svg +++ b/walkthroughs/welcome/workspaces-focus.svg @@ -11,14 +11,14 @@ - + Frontend applications - - - - - + + + + +