From a3bfeace736c6369072c427e74f53c7dbb49d0fc Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Tue, 12 Mar 2024 14:10:47 +0100 Subject: [PATCH] :bug: Fix search icon on dhasboard --- .../resources/styles/common/refactor/common-dashboard.scss | 6 ++++-- frontend/src/app/main/ui/dashboard/placeholder.scss | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/resources/styles/common/refactor/common-dashboard.scss b/frontend/resources/styles/common/refactor/common-dashboard.scss index 5404d5630..79ffa2542 100644 --- a/frontend/resources/styles/common/refactor/common-dashboard.scss +++ b/frontend/resources/styles/common/refactor/common-dashboard.scss @@ -95,12 +95,14 @@ cursor: pointer; svg { - fill: $df-secondary; + stroke: $df-secondary; + fill: none; width: $s-16; height: $s-16; &:hover { - fill: $da-tertiary; + stroke: $da-tertiary; + fill: none; } } } diff --git a/frontend/src/app/main/ui/dashboard/placeholder.scss b/frontend/src/app/main/ui/dashboard/placeholder.scss index 6f05ba000..f2a37fbf0 100644 --- a/frontend/src/app/main/ui/dashboard/placeholder.scss +++ b/frontend/src/app/main/ui/dashboard/placeholder.scss @@ -23,7 +23,8 @@ svg { width: $s-64; height: $s-64; - fill: $df-secondary; + stroke: $df-secondary; + fill: none; } }