From 811add71cfd9e7f70276a43194bf60f71189d8dd Mon Sep 17 00:00:00 2001 From: lon Date: Mon, 10 Jun 2019 14:31:47 +0800 Subject: [PATCH] Table: fix background color of complex table when hovering (#15504) --- packages/theme-chalk/src/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme-chalk/src/table.scss b/packages/theme-chalk/src/table.scss index 2d3991171..1d2d164fe 100644 --- a/packages/theme-chalk/src/table.scss +++ b/packages/theme-chalk/src/table.scss @@ -505,7 +505,7 @@ &, &.el-table__row--striped { &, &.current-row { > td { - background-color: $--table-current-row-background-color; + background-color: $--table-row-hover-background-color; } } }