]> _ Git - fluidbook-html5.git/commitdiff
wait #7424 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Apr 2025 10:16:11 +0000 (12:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Apr 2025 10:16:11 +0000 (12:16 +0200)
js/libs/fluidbook/fluidbook.js
style/cart.less

index 7fe916ce537f3bc048782f51d64ccfbb85f84b67..0cd445d2b5f269ffd6d4456327f25e5dd75e3712 100644 (file)
@@ -227,6 +227,7 @@ Fluidbook.prototype = {
          * @deprecated
          */
         this.datas = this.settings;
+        $('html').addClass('linksanimation-' + this.settings.linksAnimation);
     },
 
     setMaxPage: function (p, allowbackwards) {
index e0f95b794a718684bfcfb8f9091b16d46e15de12..b80f326ce6ee4077c853d5a509d47d1f54ab74cb 100644 (file)
@@ -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