mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 23:59:12 +00:00
🐛 Fix share prototype styles on hover: color and tooltip
This commit is contained in:
parent
43c3d67521
commit
3a8486f4b0
@ -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…
x
Reference in New Issue
Block a user