Skip to content

Commit 68b8695

Browse files
fix(frontend): enforce body-only table hover and remove header hover preview
1 parent 6cc8f48 commit 68b8695

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/frontend/src/ui/bcds-mantine-fallbacks.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@
152152
padding: var(--layout-padding-small) var(--layout-padding-medium);
153153
}
154154

155-
.bcds-mantine-table .mantine-Table-tr:where([data-hover]):hover {
155+
.bcds-mantine-table
156+
.mantine-Table-tbody
157+
.mantine-Table-tr:where([data-hover]):hover {
156158
background-color: var(--surface-color-background-light-blue);
157159
}
158160

0 commit comments

Comments
 (0)