From: Johannes Zellner Date: Sun, 5 Jan 2020 17:29:30 +0000 (+0100) Subject: Stop busy hovering for actions X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=3b4435349d190cc1fd3b9486b9bc207573bd5296 Stop busy hovering for actions --- diff --git a/frontend/css/style.css b/frontend/css/style.css index 46e6bc4..7be973a 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -59,11 +59,15 @@ a:hover, a:focus { font-size: 12px; } -.el-table__row .list-actions .el-button { +.rename-action { + margin-left: 20px; +} + +.el-table__row .rename-action { visibility: hidden; } -.el-table__row:hover .list-actions .el-button { +.el-table__row:hover .rename-action { visibility: visible; } diff --git a/frontend/index.html b/frontend/index.html index dd4c635..206a23c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -55,9 +55,6 @@ -
- Surfer -
@@ -102,22 +99,22 @@