From 02f3600f170d3292c133f10b4d28a5ce4e4fa8a5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 25 Mar 2020 14:50:22 +0100 Subject: [PATCH] fix #3528 @0:15 --- resources/styles/components/product-gallery.styl | 2 ++ webpack.mix.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.*/], }); -- 2.39.5