From 25c9d62cf2e8c9b93a8c4382c960e2aaa98826a2 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 31 May 2023 02:48:12 +0200 Subject: [PATCH] Added a hover effect to the PowerItem --- .../components/SidebarContent/components/PowerItem/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass b/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass index 81e9f99..7109fe2 100644 --- a/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass +++ b/client/src/common/components/Sidebar/components/SidebarContent/components/PowerItem/styles.sass @@ -19,6 +19,9 @@ margin: 0 font-size: 15pt +.power-item:hover:not(.power-item-active) + border: 2px solid $dark-gray + .power-item-active border: 2px solid $primary filter: drop-shadow(0px 0px 3px $primary)