From 843ade9f24b0ff9af69e984f1ebaf681719ae8ef Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 19:07:20 +0200 Subject: [PATCH] Added a fix for webkit-based browsers --- .../SidebarContent/components/PowerItem/styles.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 26c15bd..81e9f99 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 @@ -20,5 +20,6 @@ font-size: 15pt .power-item-active - border: 2px solid #E3703F - filter: drop-shadow(0px 0px 3px #E3703F) \ No newline at end of file + border: 2px solid $primary + filter: drop-shadow(0px 0px 3px $primary) + will-change: filter \ No newline at end of file