mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Fix edit btn preview mode
This commit is contained in:
parent
fe9913dd3f
commit
b87b12adfe
@ -72,6 +72,7 @@
|
|||||||
@extend %btn;
|
@extend %btn;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: $color-primary-dark;
|
color: $color-primary-dark;
|
||||||
|
flex-shrink: 0;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(49,239,184,.12);
|
background: rgba(49,239,184,.12);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -87,7 +87,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: $fs14;
|
font-size: $fs14;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: $size-4 $size-2;
|
padding: $size-2;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user