diff --git a/packages/admin-ui/src/lib/core/src/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.scss b/packages/admin-ui/src/lib/core/src/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.scss index 50fc6cdb39..4aa956c179 100644 --- a/packages/admin-ui/src/lib/core/src/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.scss +++ b/packages/admin-ui/src/lib/core/src/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.scss @@ -2,6 +2,6 @@ display: contents; } -//vdr-custom-field-control + vdr-custom-field-control { -// margin-top: calc(var(--space-unit) * 2); -//} +::ng-deep clr-tabs .btn.btn-link { + box-shadow: none; +}