Prevent flickering
This commit is contained in:
parent
ea1cb054f2
commit
720dd8cd56
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue