0
Fork 0
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:
Pablo Alba 2023-01-11 15:47:56 +01:00 committed by Andrés Moya
parent 43c3d67521
commit 3a8486f4b0
2 changed files with 6 additions and 1 deletions

View file

@ -76,6 +76,11 @@
display: none;
}
}
&:hover {
svg {
fill: #b1b2b5;
}
}
}
.view-options {

View file

@ -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")])