Do not allow the creation of groups, masks nor boolean in copies

This commit is contained in:
Pablo Alba 2023-10-10 18:07:15 +02:00 committed by Andrés Moya
parent b4d78d2fd7
commit 51fe27369b
7 changed files with 37 additions and 21 deletions

View file

@ -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 {