0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

💄 Add new actions icon

This commit is contained in:
elhombretecla 2021-06-14 20:00:10 +02:00
parent 0c49ed1fec
commit ee7248204f
2 changed files with 6 additions and 4 deletions

View file

@ -118,10 +118,10 @@
.btn-icon-basic {
@extend %btn;
background: transparent;
color: $color-gray-60;
color: $color-gray-20;
padding: $x-small;
svg {
fill: $color-gray-60;
fill: $color-gray-20;
}
&:hover {
background: transparent;

View file

@ -276,11 +276,13 @@
:on-zoom-to-100 (st/emitf dv/reset-zoom)
:on-zoom-to-200 (st/emitf dv/zoom-to-200)}]
[:span.btn-icon-dark.btn-small.tooltip.tooltip-bottom-left
[:span.btn-icon-basic.btn-small.tooltip.tooltip-bottom-left
{:alt (t locale "viewer.header.fullscreen")
:on-click #(if @fullscreen (fullscreen false) (fullscreen true))}
(if @fullscreen
i/full-screen-off
i/full-screen)]
]]))
[:span.btn-icon-dark.btn-small
i/actions]]]))