Bug relevé "masquer rang"

This commit is contained in:
Sébastien Lehmann 2022-07-09 13:29:30 +02:00
parent f9b4a582f5
commit f1bbf4bfb4
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ section>div:nth-child(1){
border: none;
margin-left: auto;
}
.rang{
.rang, .competence{
font-weight: bold;
}
.ue .rang{

View File

@ -232,7 +232,7 @@ class releveBUT extends HTMLElement {
${(()=>{
let output = "";
data.semestre.decision_rcue.forEach(competence=>{
output += `<div class=rang>${competence.niveau.competence.titre}</div><div>${competence.code}</div>`;
output += `<div class=competence>${competence.niveau.competence.titre}</div><div>${competence.code}</div>`;
})
return output;
})()}