]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7146 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Oct 2024 16:25:14 +0000 (18:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Oct 2024 16:25:14 +0000 (18:25 +0200)
app/Fluidbook/Compiler/Compiler.php

index b2a0634410013d0848a3041888b3d5f426144d0b..3dbdcdf9b54e2d4e2d55f74101c8eb7028bf2319 100644 (file)
@@ -1908,7 +1908,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError
         $this->log('CSS 7');
         // Links Styles
         $this->lessVariables['links-color'] = Color::colorToCSS($this->themeSettings->linksColor);
-        $this->lessVariables['slideshow-color'] = Color::colorToCSS($this->themeSettings->slideshowColor ?: $this->themeSettings->couleurB);
+        $this->lessVariables['slideshow-color'] = Color::colorToCSS($this->themeSettings->slideshowColor);
         $this->lessVariables['inlineslideshow-transition-time'] = (floatval($this->fluidbookSettings->inlineSlideshowTransitionDuration) * 1000) . 'ms';
         $this->lessVariables['slideshow-caption-size'] = $this->fluidbookSettings->slideshowCaptionSize ?: '16px';