mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:38:21 +02:00
✨ Do not allow the creation of groups, masks nor boolean in copies
This commit is contained in:
parent
b4d78d2fd7
commit
51fe27369b
7 changed files with 37 additions and 21 deletions
|
@ -2668,8 +2668,10 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
svg, img {
|
||||
svg,
|
||||
img {
|
||||
background-color: $color-canvas;
|
||||
border-radius: $br4;
|
||||
border: 2px solid transparent;
|
||||
|
@ -2697,6 +2699,7 @@
|
|||
align-items: center;
|
||||
margin-bottom: 0.5rem;
|
||||
justify-content: space-between;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
height: 24px;
|
||||
svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue