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 { .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;