Fix lists css not hiding
FossilOrigin-Name: cf8ecb1e63819a43d9f9093d4db1a42e1ed76d5dc4239a156aa244657ce46680
This commit is contained in:
parent
f1abdd3b50
commit
38f9ecb55d
1 changed files with 1 additions and 1 deletions
2
dist/treebird20.css
vendored
2
dist/treebird20.css
vendored
|
@ -1617,7 +1617,7 @@ ul.large-list li .edit-list-btn
|
|||
border-bottom: 1px solid #dadada;
|
||||
}
|
||||
|
||||
.input[type=checkbox].hidden:not(:checked) + .list-edit-content
|
||||
input[type=checkbox].hidden:not(:checked) + .list-edit-content
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue