Media: Prevent text from being selected in the menu. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
79c74bbe1e
commit
3a0e464632
|
@ -312,6 +312,10 @@
|
||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.4 );
|
box-shadow: inset -6px 0 6px -6px rgba( 0, 0, 0, 0.4 );
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-menu li {
|
.media-menu li {
|
||||||
|
|
Loading…
Reference in New Issue