Commit 91613ba5 authored by Nicolaj Egelund's avatar Nicolaj Egelund Committed by cinwell.li

Added .el-table__body to tr:hover

parent 729d87f0
......@@ -414,7 +414,7 @@
}
@modifier enable-row-hover {
tr:hover > td {
.el-table__body tr:hover > td {
background-color: var(--color-extra-light-gray);
}
}
......
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