Add border to vote tables on hover

This commit is contained in:
ricola 2026-01-13 20:42:32 -06:00
parent 85a00037f8
commit 325200628c

View file

@ -21,4 +21,9 @@
background-color: <%= v[:color] %> !important; background-color: <%= v[:color] %> !important;
} }
.mj-cell-<%= v[:id] %>:hover {
border-left-width: 1px;
border-right-width: 1px;
border-color: var(--bs-body-color);
}
<% end %> <% end %>