From 8553a7495b3d403ded0452bc038b048882b90a0f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 5 Jan 2020 17:57:00 +0100 Subject: Make hover list transition a bit more responsive --- frontend/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/css/style.css b/frontend/css/style.css index 23364e5..46e6bc4 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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; -- cgit v1.2.3