mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: hidden input if its not checkbox
This commit is contained in:
parent
d7492f0ce7
commit
463991b88c
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user