mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 18:21:38 +02:00
✨ Improvements after review
This commit is contained in:
parent
6b5c75bf6a
commit
a899d94619
17 changed files with 359 additions and 256 deletions
|
@ -217,9 +217,9 @@
|
|||
:tab-index "0"
|
||||
:on-key-down (fn [event]
|
||||
(dom/prevent-default event))}
|
||||
[:div {:class (stl/css :context-menu-action :submenu-back)
|
||||
:data-no-close true
|
||||
:on-click exit-submenu}
|
||||
[:button {:class (stl/css :context-menu-action :submenu-back)
|
||||
:data-no-close true
|
||||
:on-click exit-submenu}
|
||||
[:span {:class (stl/css :submenu-icon-back)} i/arrow-refactor]
|
||||
parent-option]]
|
||||
|
||||
|
|
|
@ -72,6 +72,9 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: $fw700;
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
.submenu-icon-back svg {
|
||||
@extend .button-icon-small;
|
||||
stroke: var(--menu-foreground-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue