From ca41e89465f7ae474cefb747206cea6c47a70240 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 30 Apr 2024 13:08:54 +0300 Subject: [PATCH] [develop | DONE | CHANGED]: Updated color of selected search filter labels (not purple, but portal color). 1. newSearchPage.component.html: Replaced class "uk-label-search-filter" with "uk-label-secondary" on selected search filter labels. 2. color.less: Removed color variable @search-filter-color: #B41FD0; 3. label.less: Removed custom color variables and class "uk-label-search-filter" | Updated class "uk-label-secondary". 4. explore-custom.less: Override @uk-label-secondary: @explore-color; --- explore/src/assets/explore-custom.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explore/src/assets/explore-custom.less b/explore/src/assets/explore-custom.less index b6b227bb..20d982b4 100644 --- a/explore/src/assets/explore-custom.less +++ b/explore/src/assets/explore-custom.less @@ -48,3 +48,5 @@ color: @secondary-color; } } + +@uk-label-secondary: @explore-color;