chore: remove line-through decoration from checked todo list items (#5659)
This commit is contained in:
parent
f38755b755
commit
5ca794b648
1 changed files with 1 additions and 3 deletions
|
|
@ -243,8 +243,7 @@ ul[data-type="taskList"] li > div > p {
|
||||||
|
|
||||||
ul[data-type="taskList"] li[data-checked="true"] > div > p {
|
ul[data-type="taskList"] li[data-checked="true"] > div > p {
|
||||||
color: rgb(var(--color-text-400));
|
color: rgb(var(--color-text-400));
|
||||||
text-decoration: line-through;
|
transition: color 0.2s ease;
|
||||||
text-decoration-thickness: 2px;
|
|
||||||
}
|
}
|
||||||
/* end to-do list */
|
/* end to-do list */
|
||||||
|
|
||||||
|
|
@ -264,7 +263,6 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p {
|
||||||
transition: opacity 0.2s ease-out;
|
transition: opacity 0.2s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes spinning {
|
@keyframes spinning {
|
||||||
to {
|
to {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue