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"
......@@ -1006,6 +1006,7 @@
>
{#each getCustomizations(groupName, row.calculationName) as customization}
<button
aria-label="personnaliser l'apparence"
class="h-10 w-10 rounded border-2 border-neutral-300 hover:border-blue-500"
onclick={() => {
variableCustomizations[
......@@ -1071,6 +1072,7 @@
)
].selected = isSelected ? "false" : "true"
updateVariableValuesAndCustomizations()
console.log({ variableCustomizations })
}}
>
<div
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment