diff --git a/packages/editor/src/styles/editor.css b/packages/editor/src/styles/editor.css index 0c79fdfc60c..478180aa2f0 100644 --- a/packages/editor/src/styles/editor.css +++ b/packages/editor/src/styles/editor.css @@ -243,8 +243,7 @@ ul[data-type="taskList"] li > div > p { ul[data-type="taskList"] li[data-checked="true"] > div > p { color: rgb(var(--color-text-400)); - text-decoration: line-through; - text-decoration-thickness: 2px; + transition: color 0.2s ease; } /* end to-do list */ @@ -264,7 +263,6 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p { transition: opacity 0.2s ease-out; } - @keyframes spinning { to { transform: rotate(360deg);