Make browser text-selections ignore attachment views. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@21786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2f5090bfb8
commit
5b525c0281
|
@ -237,6 +237,12 @@
|
|||
padding: 0;
|
||||
margin: 0 10px 20px;
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue