Commit 811add71 authored by lon's avatar lon Committed by island205

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

parent 9be2a3d1
...@@ -505,7 +505,7 @@ ...@@ -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;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment