mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
add tooltips to layer icons
This commit is contained in:
parent
7264cd5437
commit
0f21d11fd3
1 changed files with 4 additions and 4 deletions
|
@ -316,7 +316,7 @@
|
|||
(mx/with-key key))))]]
|
||||
[:div.layers-tools
|
||||
[:ul.layers-tools-content
|
||||
[:li.clone-layer {:on-click duplicate} i/copy]
|
||||
[:li.group-layer {:on-click group} i/folder]
|
||||
[:li.degroup-layer {:on-click degroup} i/ungroup]
|
||||
[:li.delete-layer {:on-click delete} i/trash]]]]))
|
||||
[:li.clone-layer.tooltip.tooltip-top {:alt "Duplicate" :on-click duplicate} i/copy]
|
||||
[:li.group-layer.tooltip.tooltip-top {:alt "Group" :on-click group} i/folder]
|
||||
[:li.degroup-layer.tooltip.tooltip-top {:alt "Ungroup" :on-click degroup} i/ungroup]
|
||||
[:li.delete-layer.tooltip.tooltip-top {:alt "Delete" :on-click delete} i/trash]]]]))
|
||||
|
|
Loading…
Add table
Reference in a new issue