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