mirror of https://github.com/ElemeFE/element
Added .el-table__body to tr:hover
parent
729d87f0f0
commit
91613ba59d
|
@ -414,7 +414,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@modifier enable-row-hover {
|
@modifier enable-row-hover {
|
||||||
tr:hover > td {
|
.el-table__body tr:hover > td {
|
||||||
background-color: var(--color-extra-light-gray);
|
background-color: var(--color-extra-light-gray);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue