]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Make hover list transition a bit more responsive
authorJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 16:57:00 +0000 (17:57 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 16:57:00 +0000 (17:57 +0100)
frontend/css/style.css

index 23364e5267cb8891035b1b8e6096d5c237ee500b..46e6bc457aae26571cfed63a003b0f9033ee478b 100644 (file)
@@ -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;