Make WordPress Core

Ticket #26297: 26297.2.diff

File 26297.2.diff, 1.0 KB (added by georgestephanis, 11 years ago)
  • wp-includes/css/media-views.css

     
    8484.ui-sortable,
    8585.ui-draggable {
    8686        -ms-touch-action: none;
     87        touch-action:     none;
    8788}
    8889
     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
    89100/**
    90101 * Modal
    91102 */
  • wp-admin/css/wp-admin.css

     
    1118111181.ui-sortable,
    1118211182.ui-draggable {
    1118311183        -ms-touch-action: none;
     11184        touch-action:     none;
    1118411185}
    1118511186
     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
    1118611197/* Accordion */
    1118711198
    1118811199.accordion-section {