diff options
author | Johannes Zellner <johannes@cloudron.io> | 2020-01-05 17:57:00 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2020-01-05 17:57:00 +0100 |
commit | 8553a7495b3d403ded0452bc038b048882b90a0f (patch) | |
tree | 03551466a6d9dcc254313d61c35a8b9406bf685d | |
parent | 18b1ace178b9626b5dd411b5ee694669a87aef96 (diff) | |
download | Surfer-8553a7495b3d403ded0452bc038b048882b90a0f.tar.gz Surfer-8553a7495b3d403ded0452bc038b048882b90a0f.tar.zst Surfer-8553a7495b3d403ded0452bc038b048882b90a0f.zip |
Make hover list transition a bit more responsive
-rw-r--r-- | frontend/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { | |||
81 | height: auto; | 81 | height: auto; |
82 | } | 82 | } |
83 | 83 | ||
84 | .el-table--enable-row-transition .el-table__body td { | ||
85 | transition: background-color .1s ease; | ||
86 | } | ||
87 | |||
84 | /* welcome and 404 page */ | 88 | /* welcome and 404 page */ |
85 | .container-center { | 89 | .container-center { |
86 | display: flex; | 90 | display: flex; |