Make the view/edit text in the control unselectable
This commit is contained in:
parent
22232e070f
commit
bd642c3d37
1 changed files with 9 additions and 0 deletions
9
loleaflet/dist/leaflet.css
vendored
9
loleaflet/dist/leaflet.css
vendored
|
@ -295,6 +295,15 @@
|
|||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* View / Edit mode control */
|
||||
.leaflet-control-editviewswitch {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* layers control */
|
||||
|
||||
|
|
Loading…
Reference in a new issue