]> _ Git - fluidbook_tools.git/commitdiff
wait #6272 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Sep 2023 14:31:17 +0000 (16:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Sep 2023 14:31:17 +0000 (16:31 +0200)
src/Links/ContentLink.php

index 4539ec36c29d7046346f799b80430e3f890794d3..0070b147d797999a1078d824d5598af2f57fb575 100644 (file)
@@ -12,7 +12,11 @@ class ContentLink extends Link
 
     public function getHTMLContainerClass()
     {
-        return parent::getHTMLContainerClass() . ' contentLink';
+        $res = parent::getHTMLContainerClass() . ' contentLink';
+        if ($this->interactive) {
+            $res .= ' interactive';
+        }
+        return $res;
     }
 
     public function getAdditionnalContent()