Make browser text-selections ignore attachment views. see #21390.
git-svn-id: https://develop.svn.wordpress.org/trunk@21786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7955b982b3
commit
a7a925c744
@ -237,6 +237,12 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 10px 20px;
|
margin: 0 10px 20px;
|
||||||
border: 1px solid #dfdfdf;
|
border: 1px solid #dfdfdf;
|
||||||
|
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
-o-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment:hover {
|
.attachment:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user