From 9f89fa1b4d338586adca445ada1fa094bdae8208 Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Wed, 12 Jun 2024 16:20:22 +0200 Subject: [PATCH] fix: remove hover effect on active state (#278) --- src/components/navigation/MiniMap/miniMap.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/navigation/MiniMap/miniMap.css b/src/components/navigation/MiniMap/miniMap.css index 7d5ba38b4..9c06da33d 100644 --- a/src/components/navigation/MiniMap/miniMap.css +++ b/src/components/navigation/MiniMap/miniMap.css @@ -1,6 +1,7 @@ .svg-linker__container svg { overflow: visible; } + /* disabled general */ .svg-linker-root__button.svg-linker-root__button--disabled { cursor: default; @@ -63,10 +64,15 @@ stroke-width: var(--line-width-bold) } +.svg-linker-root__button.svg-linker-root__button--active.svg-linker-root__button--drop-shadow:hover { + filter: none; +} + /* some fixes so the shadow on hover looks good without changing the svg */ #clip0_5505_13516 { display: none; } + #Frame\ 481773 > #Frame\ 481772 > rect { display: none; } \ No newline at end of file