add click to edit

This commit is contained in:
davidwells 2018-06-12 12:25:12 -07:00
parent 685f72a5a1
commit 54c07ab881

View file

@ -64,6 +64,17 @@
font-weight: 500; font-weight: 500;
color: #5a5a5a; color: #5a5a5a;
flex-grow: 1; flex-grow: 1;
position: relative;
}
.todo-list-title:hover span[contenteditable="false"]:before {
content: 'Click to edit';
position: absolute;
top: -5px;
left: 11px;
font-size: 10px;
font-weight: 300;
color: #c1c1c1;
letter-spacing: 1px;
} }
@keyframes App-logo-spin { @keyframes App-logo-spin {