From c284ed661c4b8f8b97882a3617cb8ba8dfabc49e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 12 Jan 2026 18:18:21 +0100 Subject: [PATCH] wip #7898 @3 --- js/libs/fluidbook/cart/fluidbook.cart.kimplay.js | 2 +- style/flip3d.less | 5 ----- style/fluidbook.less | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/js/libs/fluidbook/cart/fluidbook.cart.kimplay.js b/js/libs/fluidbook/cart/fluidbook.cart.kimplay.js index 2469757b..f73ce39b 100644 --- a/js/libs/fluidbook/cart/fluidbook.cart.kimplay.js +++ b/js/libs/fluidbook/cart/fluidbook.cart.kimplay.js @@ -6,7 +6,7 @@ function FluidbookCartKimplay(cart) { this.init(); } -FluidbookCartFlexipan.prototype = { +FluidbookCartKimplay.prototype = { init: function () { var $this = this; this.items = this.fluidbook.cache.get('cart', []); diff --git a/style/flip3d.less b/style/flip3d.less index c51ed011..87784326 100644 --- a/style/flip3d.less +++ b/style/flip3d.less @@ -75,11 +75,6 @@ .doublePage._3d { overflow: visible; z-index: 100; - - -moz-transform-style: preserve-3d; - -webkit-transform-style: preserve-3d; - -o-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; transform-style: preserve-3d; } diff --git a/style/fluidbook.less b/style/fluidbook.less index 1a78b512..853bae21 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -439,7 +439,7 @@ body, html { } -.chrome .nozoom .background img { +.chrome .nozoom .background img, .chrome .nozoom .clinks img { image-rendering: -webkit-optimize-contrast; } -- 2.39.5