normalize user action columns

This commit is contained in:
jeffvli
2025-10-07 17:45:24 -07:00
parent 4600e56b94
commit c4f937b4da
5 changed files with 48 additions and 4 deletions
@@ -93,3 +93,12 @@
.container.data-row.row-hovered :global(.hover-only-flex) {
display: flex;
}
.container :global(.hide-on-hover) {
display: block;
}
.container.data-row:hover :global(.hide-on-hover),
.container.data-row.row-hovered :global(.hide-on-hover) {
display: none;
}