Prevent flickering

This commit is contained in:
ricola 2026-01-20 21:56:19 -06:00
parent ea1cb054f2
commit 720dd8cd56

View file

@ -18,13 +18,14 @@
} }
.mj-cell-<%= v[:id] %> { .mj-cell-<%= v[:id] %> {
border-left-width: 2px;
border-right-width: 2px;
border-color: <%= v[:color] %>;
background-color: <%= v[:color] %> !important; background-color: <%= v[:color] %> !important;
} }
<% end %> <% end %>
table:has(.mj-cell:hover) .mj-cell { table:has(.mj-cell:hover) .mj-cell {
border-left-width: 2px;
border-right-width: 2px;
border-color: var(--bs-body-color); border-color: var(--bs-body-color);
} }