Skip to content

Commit 71cf3f5

Browse files
committed
style(Table): remove hover on zebra colored row
1 parent 123f288 commit 71cf3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/css/table.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
border-bottom: 0;
104104
}
105105

106-
.ds-table--zebra tr:nth-child(even):not(:hover) .ds-table__cell {
106+
.ds-table--zebra tr:nth-child(even) .ds-table__cell {
107107
background-color: var(--dsc-table-cell-zebra-background);
108108
}
109109

0 commit comments

Comments
 (0)