]> git.ktnx.net Git - lsl.git/commitdiff
item edit trigger padding is the same - visible or not
authorDamyan Ivanov <dmn@debian.org>
Mon, 7 Mar 2022 21:46:45 +0000 (21:46 +0000)
committerDamyan Ivanov <dmn@debian.org>
Mon, 7 Mar 2022 21:46:45 +0000 (21:46 +0000)
avoids potential flicker

public/css/style.css

index 7ed1eef1778a010a3dae1aa876011e8a56397e61..e9e3cb7e5ba177e80cddf03669541233cbcfc3c3 100644 (file)
@@ -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);