map: remove hover zoom

Causes more trouble than it is worth

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/685/head
Varun Patil 2023-06-04 10:57:08 -07:00
parent 4e283ecc93
commit 9e9ea601e7
1 changed files with 2 additions and 2 deletions

View File

@ -440,10 +440,10 @@ export default defineComponent({
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
border-radius: 5px; border-radius: 5px;
position: relative; position: relative;
transition: transform 0.2s; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
&:hover { &:hover {
transform: scale(1.8); box-shadow: 0 0 3px var(--color-primary);
} }
img { img {