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:
@@ -60,11 +60,11 @@
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
||||||
-webkit-touch-callout: initial;
|
-webkit-touch-callout: initial;
|
||||||
-webkit-user-select: initial;
|
-webkit-user-select: text;
|
||||||
-khtml-user-select: initial;
|
-khtml-user-select: text;
|
||||||
-moz-user-select: text;
|
-moz-user-select: text;
|
||||||
-ms-user-select: text;
|
-ms-user-select: text;
|
||||||
user-select: initial;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentBox {
|
.commentBox {
|
||||||
|
|||||||
Reference in New Issue
Block a user