From 20ef490b5bbaed77e1a56c18087d610b5cc7c1aa Mon Sep 17 00:00:00 2001 From: Dorine Lambinet <dorine.lambinet@assemblee-nationale.fr> Date: Mon, 10 Mar 2025 18:14:53 +0100 Subject: [PATCH] =?UTF-8?q?Ajoute=20baisse=20de=20l'opacit=C3=A9=20sur=20l?= =?UTF-8?q?es=20montants=20doubles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test_case_selected/compare_mode/PaySlipCompareView.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte b/src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte index de17c2cc..64e4f327 100644 --- a/src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte +++ b/src/lib/components/impacts_view/test_cases_view/test_case_selected/compare_mode/PaySlipCompareView.svelte @@ -515,6 +515,7 @@ ? 'text-le-rouge-bill' : 'text-le-rouge-bill line-through-amendment' : 'bg-le-jaune'}" + class:opacity-20={decomposition.open} >{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[0] < 0}-{:else if deltaAtVectorIndexArray[0] > 0}+{/if}{deltaFormatter( deltaAtVectorIndexArray[0] ?? 0, )}</span @@ -574,6 +575,7 @@ ? 'text-le-rouge-bill' : 'text-le-rouge-bill line-through-amendment' : 'bg-le-jaune'}" + class:opacity-20={decomposition.open} >{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[1] < 0}-{:else if deltaAtVectorIndexArray[1] > 0}+{/if}{deltaFormatter( deltaAtVectorIndexArray[1] ?? 0, )}</span -- GitLab