From 12164225f128a1efd1613f2752ec875be70ad377 Mon Sep 17 00:00:00 2001 From: Cindy <cindy.nacibide@teamdlab.com> Date: Wed, 6 Jan 2021 13:25:55 +0100 Subject: [PATCH] [FIX TRTL-671] user header font for arrow --- .../src/app/modules/components/header/header.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss b/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss index f949c0c7c..149f721bb 100644 --- a/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss +++ b/ui/ui-frontend-common/src/app/modules/components/header/header.component.scss @@ -85,7 +85,7 @@ vitamui-common-select-language, .select-tenant { // Override item selection component css properties for header display only, // since the design is not common anymore with the other component usages. :host::ng-deep { - mat-select, .mat-select-value, .mat-select-arrow, .selected-item-label, .unselected-item-label, .mat-select-value-text { + mat-select, .mat-select-value, .mat-select-arrow, .selected-item-label, .unselected-item-label, .mat-select-value-text, .mat-toolbar-row, .mat-toolbar-single-row { color: var(--vitamui-header-footer-font)!important; } -- GitLab