From 1ba2b297a16411b17e8e5aabaac5e2575f05f2f1 Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Mon, 13 May 2024 11:47:25 +0200 Subject: [PATCH] [ACS-7561] - Permissions page (#3840) --- .../src/lib/components/details/details.component.scss | 4 ---- projects/aca-content/src/lib/ui/theme.scss | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/projects/aca-content/src/lib/components/details/details.component.scss b/projects/aca-content/src/lib/components/details/details.component.scss index 66e51d711..0e7112157 100644 --- a/projects/aca-content/src/lib/components/details/details.component.scss +++ b/projects/aca-content/src/lib/components/details/details.component.scss @@ -68,7 +68,3 @@ app-details-manager { vertical-align: text-bottom; } } - -mat-tab-header { - border-bottom: 1px solid var(--adf-metadata-property-panel-border-color); -} diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index 65fe33ebf..97bedd3ad 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -212,6 +212,12 @@ mat-toolbar.mat-toolbar.mat-toolbar-single-row { color: var(--theme-secondary-text); } +.aca-details-tabs { + .mdc-tab__text-label { + line-height: 19px; + } +} + mat-snack-bar-container { .mat-mdc-button.mat-unthemed { --mdc-text-button-label-text-color: #fff;