Put all tiebreaker rounds in a single table

To align votes vertically across rounds
This commit is contained in:
ricola 2026-01-20 22:24:58 -06:00
parent 720dd8cd56
commit 4ac2aeaf5e
2 changed files with 46 additions and 36 deletions

View file

@ -25,10 +25,23 @@
}
<% end %>
table:has(.mj-cell:hover) .mj-cell {
.tiebreak td {
padding-left: 0;
padding-right: 0;
}
tr:has(.mj-cell:hover) .mj-cell {
border-color: var(--bs-body-color);
}
table:has(.mj-cell:hover) .mj-cell-majority {
tr:has(.mj-cell:hover) .mj-cell-majority {
background-color: white !important;
}
.tiebreak-top td {
border-bottom: 1px solid var(--bs-gray-400);
}
.tiebreak-round td {
padding-top: 15px;
}