X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=public%2Fcss%2Fstyle.css;h=4634b150df1a5f5b9e4685010194bc5bb63ddc21;hb=refs%2Fheads%2Fmain;hp=7ed1eef1778a010a3dae1aa876011e8a56397e61;hpb=4fbeac38e712fc7f9c8f77f60eefe62a8a0af13c;p=lsl.git diff --git a/public/css/style.css b/public/css/style.css index 7ed1eef..4634b15 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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);