From cc9dea5775ce7e46be85bb690387712e2ba6efed Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 18:50:30 +0100 Subject: [PATCH] handling current active chapter index and its colors --- .../css/editor-content/color-taxonomy-scheme.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/resources/css/editor-content/color-taxonomy-scheme.css b/resources/css/editor-content/color-taxonomy-scheme.css index 5b4f61b..3bbf011 100644 --- a/resources/css/editor-content/color-taxonomy-scheme.css +++ b/resources/css/editor-content/color-taxonomy-scheme.css @@ -25,7 +25,8 @@ body.akoestiek, ul li::marker, ol li::marker, .homegrade-blocks-focused-thematique__figcaption-toggle, - .question-context__conseil-name { + .question-context__conseil-name, + .chapter_index a.active, { @apply text-acoustique-coproprietes; } @@ -141,7 +142,8 @@ body.energie, ol li::marker, ul li::marker, .homegrade-blocks-focused-thematique__figcaption-toggle, - .question-context__conseil-name, { + .question-context__conseil-name, + .chapter_index a.active { @apply text-energies-urbanisme; } .homegrade-blocks-highlight { @@ -263,9 +265,11 @@ body.isolation, ol li::marker, ul li::marker, .homegrade-blocks-focused-thematique__figcaption-toggle, - .question-context__conseil-name { + .question-context__conseil-name, + .chapter_index a.active { @apply text-isolation-quotidien; } + .homegrade-blocks-highlight { @apply bg-isolation-quotidien-light text-black; .icon { @@ -373,7 +377,8 @@ body.erfgoed, h6, ol li::marker, ul li::marker, - .question-context__conseil-name { + .question-context__conseil-name, + .chapter_index a.active { @apply text-patrimoine-renovation; } .homegrade-blocks-highlight { @@ -483,7 +488,8 @@ body.circulaire-renovatie, h6, ol li::marker, ul li::marker, - .question-context__conseil-name { + .question-context__conseil-name, + .chapter_index a.active { @apply text-location-renovation-circulaire; } .homegrade-blocks-highlight {