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 {
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue