Remove contenteditable css

This commit is contained in:
Tyler Renelle 2012-06-26 08:44:57 -04:00
parent e1ac5d71cb
commit 9eb860f863

View file

@ -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 ------------ */
/*****************************************/