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