🎨 改进任务列表项完成后的样式 (#7599)

This commit is contained in:
颖逸 2023-03-08 09:35:04 +08:00 committed by GitHub
parent 69a73321c1
commit cde19a9fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,7 +594,7 @@
word-break: break-all;
position: relative;
&--done > div:not([data-subtype="t"]) {
&--done > div[data-node-id].p {
color: var(--b3-theme-on-surface-light);
text-decoration: line-through;
}