]> _ Git - pmi.git/commitdiff
fix #3528 @0:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2020 13:50:22 +0000 (14:50 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2020 13:50:22 +0000 (14:50 +0100)
resources/styles/components/product-gallery.styl
webpack.mix.js

index db91f37bb735d536113d623a18ac0b8b53f9acbc..b7a07ce3cd0d98e94b977197fa5bdf7d49d42bd9 100644 (file)
@@ -3,6 +3,8 @@
 .blueimp-gallery
   .next, .prev
     border 0
+    svg
+      pointer-events none
 
 .product-gallery
 
index b410481204662bd6f77a2d59d4dea30b53651690..2c0b7a113e52504ed4d2d0486b0f4ebc922ed0db 100644 (file)
@@ -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.*/],
 });