0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

add rename icon

This commit is contained in:
elhombretecla 2016-11-03 14:26:24 +01:00 committed by Andrey Antukh
parent 4bbd8f809c
commit fed7d913c5
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 8 additions and 2 deletions

View file

@ -271,10 +271,13 @@
(if editable?
[:div.multiselect-nav
[:span.move-item.tooltip.tooltip-top
{:on-click on-toggle-move}
{:alt "Move items" :on-click on-toggle-move}
(when (:show-move-tooltip @local)
(grid-options-move id))
i/organize]
[:span.move-item.tooltip.tooltip-top
{:alt "Rename"}
i/pencil]
[:span.delete.tooltip.tooltip-top
{:alt "Delete"
:on-click on-delete}

View file

@ -272,10 +272,13 @@
(if editable?
[:div.multiselect-nav
[:span.move-item.tooltip.tooltip-top
{:on-click on-toggle-move}
{:alt "Move items":on-click on-toggle-move}
(when (:show-move-tooltip @local)
(grid-options-move id))
i/organize]
[:span.move-item.tooltip.tooltip-top
{:alt "Rename"}
i/pencil]
[:span.delete.tooltip.tooltip-top
{:alt "Delete"
:on-click on-delete}