🐛 Fix first element on shared libraries list does not have border (#10062)

This commit is contained in:
Luis de Dios 2026-06-11 13:35:10 +02:00 committed by GitHub
parent 5b6041624a
commit 9670140448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -331,7 +331,7 @@
:class (stl/css :title-spacing-lib)}]
[:div {:class (stl/css :section-list)}
[:div {:class (stl/css :section-list-item)}
[:div {:class (stl/css :section-list-publish)}
[:div {:class (stl/css :item-content)}
[:div {:class (stl/css :item-title)} (tr "workspace.libraries.file-library")]
[:ul {:class (stl/css :item-contents)}

View File

@ -93,12 +93,14 @@
border-radius: $br-8;
}
.section-list-item {
.section-list-publish {
@extend %section-list-item-placeholder;
&:first-child {
border: none;
}
border: none;
}
.section-list-item {
@extend %section-list-item-placeholder;
}
.section-list-item-double-icon {