Commit 8553a749 by Johannes Zellner

Make hover list transition a bit more responsive

1 parent 18b1ace1
Showing with 4 additions and 0 deletions
......@@ -81,6 +81,10 @@ a:hover, a:focus {
height: auto;
}
.el-table--enable-row-transition .el-table__body td {
transition: background-color .1s ease;
}
/* welcome and 404 page */
.container-center {
display: flex;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!