From 9eb860f863f849bd0f753bfa4999ca6a9ebf152e Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Jun 2012 08:44:57 -0400 Subject: [PATCH] Remove contenteditable css --- styles/app/index.styl | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/styles/app/index.styl b/styles/app/index.styl index cfbc5cbb6a..e7ad708a55 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -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 ------------ */ /*****************************************/