From 2f3cb04c895b79dd0867ff330bb4154021fc1ed1 Mon Sep 17 00:00:00 2001 From: DominikIwanek Date: Fri, 10 May 2024 12:02:41 +0200 Subject: [PATCH] [ACS-7561] - Permissions page --- .../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 66e51d711f..0e71121579 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 65fe33ebfb..97bedd3ad7 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;