From 5522430afe8c4c00e66b8a7696d0b07a6247cb73 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 12 Dec 2023 10:04:34 +0100 Subject: [PATCH] :bug: Fix hover style in dashboard --- frontend/src/app/main/ui/dashboard/sidebar.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/dashboard/sidebar.scss b/frontend/src/app/main/ui/dashboard/sidebar.scss index 8d357be395..ba97239eaa 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.scss +++ b/frontend/src/app/main/ui/dashboard/sidebar.scss @@ -335,7 +335,7 @@ transform: rotate(45deg); &:hover { - fill: var(--warning-color); + fill: $da-primary; } } } @@ -420,7 +420,10 @@ } &:hover { - background-color: $db-cuaternary; + background-color: $db-secondary; + span { + color: $da-primary; + } } &.current {