mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
cleanup
This commit is contained in:
parent
9c3c8cf46d
commit
e0048d1fc3
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as React from "react";
|
||||
import { MapContext, TileContext } from "../../../utils/context";
|
||||
import { TileContext } from "../../../utils/context";
|
||||
import { TileLayer as TileLayerInterface, tileLayer, Map } from "leaflet";
|
||||
import { DEFAULT_PROVIDER, PROVIDERS } from "$constants/providers";
|
||||
import { IMapReducer } from "$redux/map";
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
}
|
||||
|
||||
&:active {
|
||||
transition: transform 250ms;
|
||||
|
||||
.sticker-delete {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -42,6 +44,7 @@
|
|||
|
||||
&.inactive {
|
||||
pointer-events: none;
|
||||
transition: transform 250ms;
|
||||
|
||||
.sticker-delete {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue