From: Vincent Vanwaelscappel Date: Wed, 25 Mar 2020 13:50:22 +0000 (+0100) Subject: fix #3528 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=02f3600f170d3292c133f10b4d28a5ce4e4fa8a5;p=pmi.git fix #3528 @0:15 --- diff --git a/resources/styles/components/product-gallery.styl b/resources/styles/components/product-gallery.styl index db91f37..b7a07ce 100644 --- a/resources/styles/components/product-gallery.styl +++ b/resources/styles/components/product-gallery.styl @@ -3,6 +3,8 @@ .blueimp-gallery .next, .prev border 0 + svg + pointer-events none .product-gallery diff --git a/webpack.mix.js b/webpack.mix.js index b410481..2c0b7a1 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -82,7 +82,7 @@ mix.purgeCss({ ], // Don't purge the grid-* custom classes since they can be used dynamically // Also protect dynamic page template and MMenu classes - whitelistPatterns: [/template-.*/, /mm.*/, /grid-.*/, /no-cssgrid/], + whitelistPatterns: [/template-.*/, /mm.*/, /grid-.*/, /no-cssgrid/,/blueimp.*/], });