Skip to content
Snippets Groups Projects
Commit 1dbf660e authored by Alexis POYEN's avatar Alexis POYEN
Browse files

UI : potential incompatible candidates distinction

parent a48b5209
No related branches found
No related tags found
1 merge request!92Resolve "Responsive design : Results by zone"
Pipeline #6814 passed
......@@ -208,7 +208,7 @@ class DetailedsResultsComponent {
li.innerHTML =
zone.Electeds[i].FullName + " (" + candidateList.Name + ")";
if (zone.Electeds[i].PotentialIncompatibility)
li.style.backgroundColor = "rgba(255,185,0,.95)";
li.style.color = "rgba(255,185,0,.95)";
electedList.appendChild(li);
}
electedsZone.appendChild(electedList);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment