From: Johannes Zellner Date: Sun, 5 Jan 2020 16:57:00 +0000 (+0100) Subject: Make hover list transition a bit more responsive X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=8553a7495b3d403ded0452bc038b048882b90a0f Make hover list transition a bit more responsive --- 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;