Remove contenteditable css
This commit is contained in:
@@ -53,27 +53,6 @@ h1 > span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.completed [contenteditable] {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
[contenteditable]:focus {
|
||||
outline: none;
|
||||
}
|
||||
[contenteditable]:hover:before,
|
||||
[contenteditable]:focus:before {
|
||||
content: "";
|
||||
}
|
||||
[contenteditable]:before {
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: -4px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/**------------ Habits.styl ------------ */
|
||||
/*****************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user