map: remove hover zoom
Causes more trouble than it is worth Signed-off-by: Varun Patil <radialapps@gmail.com>pull/685/head
parent
4e283ecc93
commit
9e9ea601e7
|
@ -440,10 +440,10 @@ export default defineComponent({
|
|||
background-color: rgba(0, 0, 0, 0.3);
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
transition: transform 0.2s;
|
||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.8);
|
||||
box-shadow: 0 0 3px var(--color-primary);
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in New Issue