We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这属于Typora官方问题, 请向作者提问: typora/typora-issues#5340
临时解决方法: 使用原生选择框图标(打开主题文件注释以下代码)
#write input[type=checkbox] { opacity: 0; height: 1.6rem; width: 1.6rem; margin-left: -2em; margin-top: 0; top: 0; } #write .ul-list li.md-task-list-item.task-list-done::before { content: ""; background: var(--checkbox-checked) 0 0 no-repeat; background-size: 100%; display: inline-block; position: absolute; height: 1.6rem; width: 1.6rem; margin-left: -2em; } #write .ul-list li.md-task-list-item.task-list-not-done::before { content: ""; background: var(--checkbox-unchecked) 0 0 no-repeat; background-size: 100%; display: inline-block; position: absolute; height: 1.6rem; width: 1.6rem; margin-left: -2em; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这属于Typora官方问题, 请向作者提问: typora/typora-issues#5340
临时解决方法: 使用原生选择框图标(打开主题文件注释以下代码)
The text was updated successfully, but these errors were encountered: