Merge pull request #8030 from walkermatt/patch-1
Set `user-select: text` for .ol-selectable
This commit is contained in:
@@ -44,10 +44,10 @@
|
|||||||
}
|
}
|
||||||
.ol-selectable {
|
.ol-selectable {
|
||||||
-webkit-touch-callout: default;
|
-webkit-touch-callout: default;
|
||||||
-webkit-user-select: auto;
|
-webkit-user-select: text;
|
||||||
-moz-user-select: auto;
|
-moz-user-select: text;
|
||||||
-ms-user-select: auto;
|
-ms-user-select: text;
|
||||||
user-select: auto;
|
user-select: text;
|
||||||
}
|
}
|
||||||
.ol-grabbing {
|
.ol-grabbing {
|
||||||
cursor: -webkit-grabbing;
|
cursor: -webkit-grabbing;
|
||||||
|
|||||||
Reference in New Issue
Block a user