Skip to content

Commit 7c4eff5

Browse files
committed
Make sticky table cells opaque instead of transparent
1 parent fdece56 commit 7c4eff5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/assets/css/components.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,12 @@
148148
background: var(--color-primary-light);
149149
}
150150

151-
.spec-table tbody tr:nth-child(even) .label-col,
151+
.spec-table tbody tr:nth-child(even) .label-col {
152+
background: var(--color-row-alt);
153+
}
154+
152155
.spec-table tbody tr:hover .label-col {
153-
background: inherit;
156+
background: var(--color-primary-light);
154157
}
155158

156159
.spec-table .label-col {

0 commit comments

Comments
 (0)