Merge pull request #8030 from walkermatt/patch-1

Set `user-select: text` for .ol-selectable
This commit is contained in:
Tim Schaub
2018-03-26 08:25:43 -06:00
committed by GitHub

View File

@@ -44,10 +44,10 @@
}
.ol-selectable {
-webkit-touch-callout: default;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ol-grabbing {
cursor: -webkit-grabbing;