Skip to content

Commit

Permalink
fix: remove hover effect on active state (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif authored Jun 12, 2024
1 parent a4bb97d commit 9f89fa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/navigation/MiniMap/miniMap.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.svg-linker__container svg {
overflow: visible;
}

/* disabled general */
.svg-linker-root__button.svg-linker-root__button--disabled {
cursor: default;
Expand Down Expand Up @@ -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;
}

0 comments on commit 9f89fa1

Please sign in to comment.