From 3b4435349d190cc1fd3b9486b9bc207573bd5296 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 5 Jan 2020 18:29:30 +0100 Subject: Stop busy hovering for actions --- frontend/css/style.css | 8 ++++++-- frontend/index.html | 11 ++++------- 2 files changed, 10 insertions(+), 9 deletions(-) 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 @@ -- cgit v1.2.3