mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 03:41:38 +02:00
🐛 Fix share prototype styles on hover: color and tooltip
This commit is contained in:
parent
43c3d67521
commit
3a8486f4b0
2 changed files with 6 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
i/full-screen)]
|
||||
|
||||
(when (:is-admin permissions)
|
||||
[:span.btn-primary {:on-click open-share-dialog} i/export [:span (tr "labels.share-prototype")]])
|
||||
[:span.btn-primary.tooltip.tooltip-bottom-left {:on-click open-share-dialog :alt (tr "labels.share-prototype")} i/export [:span (tr "labels.share-prototype")]])
|
||||
|
||||
(when (:can-edit permissions)
|
||||
[:span.btn-text-dark {:on-click go-to-workspace} (tr "labels.edit-file")])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue