feat: hidden input if its not checkbox

This commit is contained in:
원더 2021-01-14 22:42:18 +09:00
parent d7492f0ce7
commit 463991b88c

View File

@ -1058,4 +1058,9 @@
.markdown-body .task-list-item input {
margin: 0 .2em .25em -1.6em;
vertical-align: middle;
}
.markdown-body input:not([type=checkbox]) {
display: none;
}