From 92e1059aeff4d02e3fcc16977083c262d8ac40ea Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 24 Oct 2024 18:25:14 +0200 Subject: [PATCH] wait #7146 @0.5 --- app/Fluidbook/Compiler/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index b2a063441..3dbdcdf9b 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -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'; -- 2.39.5