]> git.ktnx.net Git - lsl.git/blobdiff - public/css/style.css
clicking item description toggles the check box
[lsl.git] / public / css / style.css
index 7ed1eef1778a010a3dae1aa876011e8a56397e61..4634b150df1a5f5b9e4685010194bc5bb63ddc21 100644 (file)
@@ -176,18 +176,18 @@ font-size: 10px;
 .list-item-row input[type="checkbox"] {
     width: 1.2em;
 }
-.list-item-row .description { cursor: text; min-width: 2em; }
+.list-item-row .description { cursor: default; min-width: 2em; }
 .list-item-row .edit-trigger {
     cursor: pointer;
     visibility: hidden;
     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);