0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-24 15:56:11 -05:00

add new style yo view mode btn

This commit is contained in:
elhombretecla 2016-08-21 11:37:46 +02:00
parent 697a4dd1fc
commit 5ec4b707e8
2 changed files with 20 additions and 1 deletions

View file

@ -143,6 +143,25 @@
}
&.view-mode {
background-color: $intense-ui-icons;
svg {
fill: $secondary-ui-bg;
}
&:hover {
background-color: $color-white;
border-color: $soft-ui-border;
svg {
fill: $intense-ui-icons;
}
}
}
}
}

View file

@ -157,7 +157,7 @@
{:alt "Align (Ctrl + A)"}
i/alignment]]
[:ul.options-btn
[:li.tooltip.tooltip-bottom
[:li.tooltip.tooltip-bottom.view-mode
{:alt "View mode (Ctrl + P)"
:on-click #(on-view-clicked % project page)}
i/play]]