Explain better which vote is removed

This commit is contained in:
ricola 2026-01-20 21:43:11 -06:00
parent 92a512be26
commit ea1cb054f2
2 changed files with 22 additions and 4 deletions

View file

@ -27,3 +27,7 @@ table:has(.mj-cell:hover) .mj-cell {
border-right-width: 2px;
border-color: var(--bs-body-color);
}
table:has(.mj-cell:hover) .mj-cell-majority {
background-color: white !important;
}