Added .el-table__body to tr:hover

pull/3721/head
Nicolaj Egelund 2017-03-22 16:26:53 +01:00 committed by cinwell.li
parent 729d87f0f0
commit 91613ba59d
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@
}
@modifier enable-row-hover {
tr:hover > td {
.el-table__body tr:hover > td {
background-color: var(--color-extra-light-gray);
}
}