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:
parent
448a401f77
commit
ad50180eca
|
@ -11221,6 +11221,8 @@ div#widgets-right .closed .widgets-sortables {
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-box-sortables.ui-sortable,
|
.meta-box-sortables.ui-sortable,
|
||||||
|
.widgets-holder-wrap .ui-draggable,
|
||||||
|
.widgets-holder-wrap .ui-sortable,
|
||||||
.menu.ui-sortable {
|
.menu.ui-sortable {
|
||||||
-ms-touch-action: auto;
|
-ms-touch-action: auto;
|
||||||
touch-action: auto;
|
touch-action: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11221,6 +11221,8 @@ div#widgets-right .closed .widgets-sortables {
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-box-sortables.ui-sortable,
|
.meta-box-sortables.ui-sortable,
|
||||||
|
.widgets-holder-wrap .ui-draggable,
|
||||||
|
.widgets-holder-wrap .ui-sortable,
|
||||||
.menu.ui-sortable {
|
.menu.ui-sortable {
|
||||||
-ms-touch-action: auto;
|
-ms-touch-action: auto;
|
||||||
touch-action: auto;
|
touch-action: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue