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; } }