mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05: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
|
@ -76,6 +76,11 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
svg {
|
||||
fill: #b1b2b5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.view-options {
|
||||
|
|
|
@ -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…
Reference in a new issue