From 31c6876fcc854c288c73ad2c8db4e0bcea85a026 Mon Sep 17 00:00:00 2001 From: Gaby Zifferman Date: Wed, 12 Jun 2024 16:01:55 +0200 Subject: [PATCH] remove hover effect on active state --- 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