diff --git a/client/styles/components/_console.scss b/client/styles/components/_console.scss index 658067395..4e17fe1ce 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 & {