add click to edit
This commit is contained in:
parent
685f72a5a1
commit
54c07ab881
1 changed files with 11 additions and 0 deletions
11
src/App.css
11
src/App.css
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue