Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Allow to copy text from comment box in Chrome v62

Change-Id: Iada45b06ee171d40a9b6ecd2f32e0281288ade7a
This commit is contained in:
David Pursehouse
2017-10-25 13:40:49 +09:00

View File

@@ -60,11 +60,11 @@
margin-right: 5px;
-webkit-touch-callout: initial;
-webkit-user-select: initial;
-khtml-user-select: initial;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: initial;
user-select: text;
}
.commentBox {