Commit 6e685a3f authored by Tong's avatar Tong Committed by 杨奕

Table: fix hover-row bgcolor of table with fixed column

parent ee03e3b8
......@@ -400,9 +400,15 @@
}
@e body {
tr.hover-row > td {
tr.hover-row {
&, &.el-table__row--striped {
&, &.current-row {
> td {
background-color: var(--color-extra-light-gray);
}
}
}
}
tr.current-row > td {
background: color(var(--color-primary) tint(92%));
......
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