Let registration status tune participation column opacity

This commit is contained in:
Claude Brisson
2024-04-14 15:09:57 +02:00
parent d754fdb7e7
commit 8384a1851c
3 changed files with 5 additions and 1 deletions

View File

@@ -111,6 +111,9 @@
border-radius: 500rem;
}
}
tr:not(.final) .participation {
opacity: 0.5;
}
}
}