Skip to content

Commit

Permalink
fix: removed the icon for dynamic sections (#941)
Browse files Browse the repository at this point in the history
* fix: removed the icon for dynamic sections

* Update form-builder.tsx
  • Loading branch information
gokulrajtm authored Oct 3, 2024
1 parent 86cb013 commit 2d19558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@
cursor: not-allowed;
opacity: 0.6;
}

.empty-section-icon {
padding: 16px;
align-items: flex-start;
border-radius: 8px;
background: $color-smoke-25;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1311,15 +1311,8 @@ export class FormBuilder {
'empty-section': true,
'disabled': boolFieldEditingState,
}}
id={sectionName}
>
<div class='empty-section-icon' id={sectionName}>
<fw-icon
name='plus'
size='16'
slot='before-label'
color='#264966'
></fw-icon>
</div>
{TranslationController.t('formBuilder.sections.emptySection')}
</div>
);
Expand Down

0 comments on commit 2d19558

Please sign in to comment.