mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
Add separator between default actions and attribute actions
This commit is contained in:
parent
db7391e4cb
commit
90618ec89a
2 changed files with 1 additions and 3 deletions
|
@ -290,7 +290,7 @@
|
||||||
:fields fields
|
:fields fields
|
||||||
:token token})))}]
|
:token token})))}]
|
||||||
specific-actions (additional-actions context-data)
|
specific-actions (additional-actions context-data)
|
||||||
all-actions (concat specific-actions default-actions)]
|
all-actions (concat specific-actions [:separator] default-actions)]
|
||||||
all-actions))
|
all-actions))
|
||||||
|
|
||||||
(mf/defc token-pill-context-menu
|
(mf/defc token-pill-context-menu
|
||||||
|
|
|
@ -40,8 +40,6 @@
|
||||||
.separator {
|
.separator {
|
||||||
@include bodySmallTypography;
|
@include bodySmallTypography;
|
||||||
margin: $s-6;
|
margin: $s-6;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
border-block-start: $s-1 solid var(--panel-border-color);
|
border-block-start: $s-1 solid var(--panel-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue