mirror of
https://github.com/penpot/penpot.git
synced 2026-07-27 16:38:13 +00:00
🐛 Fix first element on shared libraries list does not have border (#10062)
This commit is contained in:
parent
5b6041624a
commit
9670140448
@ -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)}
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user