Add border to vote tables on hover

This commit is contained in:
ricola 2026-01-13 20:37:32 -06:00
parent 240ff8ba25
commit fb899e8176

View file

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