mirror of https://github.com/ElemeFE/element
Table: fix hover-row bgcolor of table with fixed column
parent
ee03e3b851
commit
6e685a3f02
|
@ -400,8 +400,14 @@
|
|||
}
|
||||
|
||||
@e body {
|
||||
tr.hover-row > td {
|
||||
background-color: var(--color-extra-light-gray);
|
||||
tr.hover-row {
|
||||
&, &.el-table__row--striped {
|
||||
&, &.current-row {
|
||||
> td {
|
||||
background-color: var(--color-extra-light-gray);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr.current-row > td {
|
||||
|
|
Loading…
Reference in New Issue