Skip to content
Snippets Groups Projects
Unverified Commit 20ef490b authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute baisse de l'opacité sur les montants doubles

parent 448796e9
No related branches found
No related tags found
1 merge request!302Resolve "Appliquer la nouvelle feuille de paie au mode comparaison"
...@@ -515,6 +515,7 @@ ...@@ -515,6 +515,7 @@
? 'text-le-rouge-bill' ? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment' : 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}" : 'bg-le-jaune'}"
class:opacity-20={decomposition.open}
>{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[0] < 0}-{:else if deltaAtVectorIndexArray[0] > 0}+{/if}{deltaFormatter( >{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[0] < 0}-{:else if deltaAtVectorIndexArray[0] > 0}+{/if}{deltaFormatter(
deltaAtVectorIndexArray[0] ?? 0, deltaAtVectorIndexArray[0] ?? 0,
)}</span )}</span
...@@ -574,6 +575,7 @@ ...@@ -574,6 +575,7 @@
? 'text-le-rouge-bill' ? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment' : 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}" : 'bg-le-jaune'}"
class:opacity-20={decomposition.open}
>{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[1] < 0}-{:else if deltaAtVectorIndexArray[1] > 0}+{/if}{deltaFormatter( >{#if trunk && index === 0}={:else if deltaAtVectorIndexArray[1] < 0}-{:else if deltaAtVectorIndexArray[1] > 0}+{/if}{deltaFormatter(
deltaAtVectorIndexArray[1] ?? 0, deltaAtVectorIndexArray[1] ?? 0,
)}</span )}</span
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment