Skip to content

Commit d6d9dee

Browse files
author
lon
committed
Table: fix background color of complex table when hovering
1 parent 88b628b commit d6d9dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-chalk/src/table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
&, &.el-table__row--striped {
506506
&, &.current-row {
507507
> td {
508-
background-color: $--table-current-row-background-color;
508+
background-color: $--table-row-hover-background-color;
509509
}
510510
}
511511
}

0 commit comments

Comments
 (0)