From ab68b5d1a0b5bc9db7ab6debfce64d6d43f2b266 Mon Sep 17 00:00:00 2001 From: ti-lun Date: Sun, 3 Aug 2025 19:56:09 -0400 Subject: [PATCH 1/4] added hover pseudo class to preview console collapse/expand --- client/styles/components/_console.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/client/styles/components/_console.scss b/client/styles/components/_console.scss index 6580673952..4e17fe1cea 100644 --- a/client/styles/components/_console.scss +++ b/client/styles/components/_console.scss @@ -57,6 +57,13 @@ & path { fill: getThemifyVariable('secondary-text-color'); } + &:hover { + & g, + & polygon, + & path { + fill: getThemifyVariable('logo-color'); + } + } } .preview-console--collapsed & { display: none; @@ -72,6 +79,13 @@ & path { fill: getThemifyVariable('secondary-text-color'); } + &:hover { + & g, + & polygon, + & path { + fill: getThemifyVariable('logo-color'); + } + } } display: none; .preview-console--collapsed & { From 0008e895c88ef1a4613143245a258a2f5f3f7891 Mon Sep 17 00:00:00 2001 From: ti-lun Date: Sun, 3 Aug 2025 20:04:32 -0400 Subject: [PATCH 2/4] updated snapshot test --- .../Header/__snapshots__/Nav.unit.test.jsx.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap b/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap index efe1f24ff4..1cf4b9393e 100644 --- a/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap +++ b/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap @@ -335,7 +335,7 @@ exports[`Nav renders dashboard version for mobile 1`] = ` >