[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;
This commit is contained in:
parent
b79dbd20ec
commit
ca41e89465
|
@ -48,3 +48,5 @@
|
|||
color: @secondary-color;
|
||||
}
|
||||
}
|
||||
|
||||
@uk-label-secondary: @explore-color;
|
||||
|
|
Loading…
Reference in New Issue