mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Change the naming convention of some swap things
This commit is contained in:
parent
440983d2b9
commit
3620e6b4d7
2 changed files with 2 additions and 2 deletions
|
@ -508,7 +508,7 @@
|
|||
|
||||
[:div {:class (stl/css :component-name)} (if multi
|
||||
(tr "settings.multiple")
|
||||
shape-name)]
|
||||
(cfh/last-path shape-name))]
|
||||
(when show-menu?
|
||||
[:div {:class (stl/css :component-actions)}
|
||||
[:button {:class (stl/css :menu-btn)
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--title-foreground-color);
|
||||
margin-right: $s-8;
|
||||
}
|
||||
|
||||
.component-icon {
|
||||
|
@ -65,7 +66,6 @@
|
|||
.component-parent-name {
|
||||
@include titleTipography;
|
||||
@include textEllipsis;
|
||||
direction: rtl;
|
||||
text-align: left;
|
||||
max-width: 95%;
|
||||
padding-left: $s-36;
|
||||
|
|
Loading…
Add table
Reference in a new issue