Table: fix background color of complex table when hovering (#15504)

pull/17576/head
lon 2019-06-10 14:31:47 +08:00 committed by Zhi Cun
parent 5d51698a57
commit 442f0fca50
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@
&, &.el-table__row--striped { &, &.el-table__row--striped {
&, &.current-row { &, &.current-row {
> td { > td {
background-color: $--table-current-row-background-color; background-color: $--table-row-hover-background-color;
} }
} }
} }