From: Vincent Vanwaelscappel Date: Tue, 1 Apr 2025 10:16:11 +0000 (+0200) Subject: wait #7424 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5fe201858729883609cb1d37abeb6f5f00a52670;p=fluidbook-html5.git wait #7424 @0.75 --- diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 7fe916ce..0cd445d2 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -227,6 +227,7 @@ Fluidbook.prototype = { * @deprecated */ this.datas = this.settings; + $('html').addClass('linksanimation-' + this.settings.linksAnimation); }, setMaxPage: function (p, allowbackwards) { diff --git a/style/cart.less b/style/cart.less index e0f95b79..b80f326c 100644 --- a/style/cart.less +++ b/style/cart.less @@ -131,5 +131,14 @@ a[data-cart-ref] { display: inline-block; } } + + .linksanimation-highlight &:hover { + background-color: rgba(0, 0, 0, 0); + mix-blend-mode: multiply; + + div { + display: inline-block; + } + } } } \ No newline at end of file