🎨 Improve the style of folded lists (#14830)

This commit is contained in:
Jeffrey Chen 2025-05-18 11:28:26 +08:00 committed by GitHub
parent 8bd9becf45
commit b06cee76f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,6 +153,10 @@
background-color: var(--b3-list-hover);
}
& > div:nth-child(2) {
margin-bottom: 0;
}
& > div:nth-child(3):not(.protyle-attr),
& > div:nth-child(3) ~ div:not(.protyle-attr) {
display: none;