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
可不可以把task的 li 元素和前面的 input 分离,这样可以自己把 checkbox替换掉(使用svg等),目前使用 .task-list-item:has(> input[type=checkbox])::before 和 .task-list-item:has(> input[type=checkbox]:checked)::before 会出问题,所以现在只能用原生的checkbox……
.task-list-item:has(> input[type=checkbox])::before
.task-list-item:has(> input[type=checkbox]:checked)::before
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可不可以把task的 li 元素和前面的 input 分离,这样可以自己把 checkbox替换掉(使用svg等),目前使用
.task-list-item:has(> input[type=checkbox])::before
和.task-list-item:has(> input[type=checkbox]:checked)::before
会出问题,所以现在只能用原生的checkbox……The text was updated successfully, but these errors were encountered: