From 9ca1efc12842483c69b7a024ae7683332126a746 Mon Sep 17 00:00:00 2001 From: Eva Date: Tue, 10 Jan 2023 14:26:52 +0100 Subject: [PATCH] :bug: Fix pin icon in project --- frontend/resources/styles/main/partials/dashboard-header.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/resources/styles/main/partials/dashboard-header.scss b/frontend/resources/styles/main/partials/dashboard-header.scss index 2779205644..23fcc9a6d7 100644 --- a/frontend/resources/styles/main/partials/dashboard-header.scss +++ b/frontend/resources/styles/main/partials/dashboard-header.scss @@ -124,6 +124,8 @@ .pin-icon { margin: 0 $size-2 0 $size-5; + background-color: transparent; + border: none; svg { fill: $color-gray-20; }