@trafica/editor 1.0.29 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles/editor.css +2 -2
- package/package.json +1 -1
package/dist/styles/editor.css
CHANGED
|
@@ -373,10 +373,10 @@
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
/* Strikethrough text on checked items */
|
|
376
|
-
.todo-list .todo-list__item_checked .todo-list__label__description {
|
|
376
|
+
/* .todo-list .todo-list__item_checked .todo-list__label__description {
|
|
377
377
|
text-decoration: line-through;
|
|
378
378
|
color: #9ca3af;
|
|
379
|
-
}
|
|
379
|
+
} */
|
|
380
380
|
|
|
381
381
|
/* Nested todo lists */
|
|
382
382
|
.todo-list .todo-list {
|