Add widgets page draggable/sortable items to -ms-touch-action rules for proper touch scrolling in IE 10 and 11.

Built from https://develop.svn.wordpress.org/trunk@26820


git-svn-id: http://core.svn.wordpress.org/trunk@26707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-09 02:57:10 +00:00
parent 448a401f77
commit ad50180eca
4 changed files with 6 additions and 2 deletions

View File

@ -11221,6 +11221,8 @@ div#widgets-right .closed .widgets-sortables {
}
.meta-box-sortables.ui-sortable,
.widgets-holder-wrap .ui-draggable,
.widgets-holder-wrap .ui-sortable,
.menu.ui-sortable {
-ms-touch-action: auto;
touch-action: auto;

File diff suppressed because one or more lines are too long

View File

@ -11221,6 +11221,8 @@ div#widgets-right .closed .widgets-sortables {
}
.meta-box-sortables.ui-sortable,
.widgets-holder-wrap .ui-draggable,
.widgets-holder-wrap .ui-sortable,
.menu.ui-sortable {
-ms-touch-action: auto;
touch-action: auto;

File diff suppressed because one or more lines are too long