From 976bc41b99f52aa98b9f195745ad5823694b4406 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 19 Mar 2021 16:49:45 +0000 Subject: [PATCH] [Library | Trunk]: Input box arrow color change git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60677 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/input.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library-css/input.scss b/library-css/input.scss index 31e289b..2003df3 100644 --- a/library-css/input.scss +++ b/library-css/input.scss @@ -81,6 +81,10 @@ font-size: 16px; } +.input-box .mat-select.mat-select-invalid .mat-select-arrow { + color: #1A1A1A !important; +} + .input-box .mat-select-value { color: currentColor; }