Commit 767c965d authored by Dominik Schilling (ocean90)'s avatar Dominik Schilling (ocean90)
Browse files

Build: Update version of grunt-autoprefixer devDependency.

The update includes a new version of Autoprefixer which now supports the `ms-touch-action` prop for IE10.
Run `grunt autoprefixer:core` to re-add the missing props in media-view.css.
Built from https://develop.svn.wordpress.org/trunk@27236


git-svn-id: https://core.svn.wordpress.org/trunk@27093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 0d360847
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -92,14 +92,17 @@
/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
.ui-sortable,
.ui-draggable {
	-ms-touch-action: none;
	touch-action: none;
}

.meta-box-sortables.ui-sortable {
	-ms-touch-action: auto;
	touch-action: auto;
}

.meta-box-sortables.ui-sortable .hndle {
	-ms-touch-action: none;
	touch-action: none;
}

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -92,14 +92,17 @@
/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
.ui-sortable,
.ui-draggable {
	-ms-touch-action: none;
	touch-action: none;
}

.meta-box-sortables.ui-sortable {
	-ms-touch-action: auto;
	touch-action: auto;
}

.meta-box-sortables.ui-sortable .hndle {
	-ms-touch-action: none;
	touch-action: none;
}

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.