mirror of https://github.com/ElemeFE/element
Table: fix background color of complex table when hovering (#15504)
parent
9be2a3d1ab
commit
811add71cf
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue