0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-14 11:09:04 -05:00

Fix edit btn preview mode

This commit is contained in:
Juan de la Cruz 2020-05-15 09:15:16 +02:00
parent fe9913dd3f
commit b87b12adfe
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@
@extend %btn;
background: transparent;
color: $color-primary-dark;
flex-shrink: 0;
&:hover {
background: rgba(49,239,184,.12);
}

View file

@ -87,7 +87,7 @@
cursor: pointer;
font-size: $fs14;
overflow: hidden;
padding: $size-4 $size-2;
padding: $size-2;
text-overflow: ellipsis;
white-space: nowrap;