Skip to content
Snippets Groups Projects
Commit 6fbce49b authored by David Smadja's avatar David Smadja
Browse files

Add aria-label

parent 9c048408
Branches
Tags
1 merge request!305Resolve "Les dispositifs "prestations sociales" du graphique se cachent/montrent en même temps"
This commit is part of merge request !305. Comments created here will be created in the context of that merge request.
...@@ -1006,6 +1006,7 @@ ...@@ -1006,6 +1006,7 @@
> >
{#each getCustomizations(groupName, row.calculationName) as customization} {#each getCustomizations(groupName, row.calculationName) as customization}
<button <button
aria-label="personnaliser l'apparence"
class="h-10 w-10 rounded border-2 border-neutral-300 hover:border-blue-500" class="h-10 w-10 rounded border-2 border-neutral-300 hover:border-blue-500"
onclick={() => { onclick={() => {
variableCustomizations[ variableCustomizations[
...@@ -1071,6 +1072,7 @@ ...@@ -1071,6 +1072,7 @@
) )
].selected = isSelected ? "false" : "true" ].selected = isSelected ? "false" : "true"
updateVariableValuesAndCustomizations() updateVariableValuesAndCustomizations()
console.log({ variableCustomizations })
}} }}
> >
<div <div
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment