Make WordPress Core

Ticket #26297: 26297.3.diff.txt

File 26297.3.diff.txt, 1.1 KB (added by georgestephanis, 11 years ago)
Line 
1Index: wp-includes/css/media-views.css
2===================================================================
3--- wp-includes/css/media-views.css     (revision 26714)
4+++ wp-includes/css/media-views.css     (working copy)
5@@ -84,8 +84,19 @@
6 .ui-sortable,
7 .ui-draggable {
8        -ms-touch-action: none;
9+       touch-action:     none;
10 }
11 
12+.meta-box-sortables.ui-sortable {
13+       -ms-touch-action: auto;
14+       touch-action:     auto;
15+}
16+
17+.meta-box-sortables.ui-sortable .hndle {
18+       -ms-touch-action: none;
19+       touch-action:     none;
20+}
21+
22 /**
23  * Modal
24  */
25Index: wp-admin/css/wp-admin.css
26===================================================================
27--- wp-admin/css/wp-admin.css   (revision 26714)
28+++ wp-admin/css/wp-admin.css   (working copy)
29@@ -11181,8 +11181,21 @@
30 .ui-sortable,
31 .ui-draggable {
32        -ms-touch-action: none;
33+       touch-action:     none;
34 }
35 
36+.meta-box-sortables.ui-sortable,
37+.menu.ui-sortable {
38+       -ms-touch-action: auto;
39+       touch-action:     auto;
40+}
41+
42+.meta-box-sortables.ui-sortable .hndle,
43+.menu.ui-sortable .menu-item-handle {
44+       -ms-touch-action: none;
45+       touch-action:     none;
46+}
47+
48 /* Accordion */
49 
50 .accordion-section {