mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 05:36:00 +02:00
normalize user action columns
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user