Ticket #26297: 26297.2.diff
File 26297.2.diff, 1.0 KB (added by , 11 years ago) |
---|
-
wp-includes/css/media-views.css
84 84 .ui-sortable, 85 85 .ui-draggable { 86 86 -ms-touch-action: none; 87 touch-action: none; 87 88 } 88 89 90 .meta-box-sortables.ui-sortable { 91 -ms-touch-action: auto; 92 touch-action: auto; 93 } 94 95 .meta-box-sortables.ui-sortable .hndle { 96 -ms-touch-action: none; 97 touch-action: none; 98 } 99 89 100 /** 90 101 * Modal 91 102 */ -
wp-admin/css/wp-admin.css
11181 11181 .ui-sortable, 11182 11182 .ui-draggable { 11183 11183 -ms-touch-action: none; 11184 touch-action: none; 11184 11185 } 11185 11186 11187 .meta-box-sortables.ui-sortable { 11188 -ms-touch-action: auto; 11189 touch-action: auto; 11190 } 11191 11192 .meta-box-sortables.ui-sortable .hndle { 11193 -ms-touch-action: none; 11194 touch-action: none; 11195 } 11196 11186 11197 /* Accordion */ 11187 11198 11188 11199 .accordion-section {