From 60357593894b6b7f5d8221ea6710af82811e0658 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 7 Mar 2022 21:46:45 +0000 Subject: [PATCH] item edit trigger padding is the same - visible or not avoids potential flicker --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 7ed1eef..e9e3cb7 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -183,11 +183,11 @@ font-size: 10px; opacity: 0; transition: 0.5s; background: hsla(0, 0%, 80%, 0); + padding: 0 0.5ex; } .list-item-row:hover .edit-trigger { visibility: visible; opacity: 1; - padding: 0 0.5ex; } #list-edit-trigger:hover { background: hsla(0, 0%, 90%, 1); -- 2.39.2