[master | DONE | CHANGED] search page: override new default selected filters color with the irish secondary color

This commit is contained in:
Alex Martzios 2024-04-12 11:17:01 +03:00
parent 6c4ecbf946
commit 806d65a1a6
3 changed files with 8 additions and 2 deletions

@ -1 +1 @@
Subproject commit 609f09cc9ff3505fc509d00805b987394a4f3215
Subproject commit 8f4e653d507ba5a4803404d89b2f495c876069b2

View File

@ -1,7 +1,13 @@
/* Secondary */
@label-secondary-background: @irish-global-secondary-color;
@label-secondary-color: @global-inverse-color;
@label-secondary-border: @irish-global-secondary-color;
/* Search filter */
@label-search-filter-background: @irish-global-secondary-color;
@label-search-filter-color: @global-inverse-color;
@label-search-filter-border: @irish-global-secondary-color;
.hook-label-misc() {
.uk-label-secondary {
& .uk-close {

@ -1 +1 @@
Subproject commit 9171ec2a63d1fb53f239cfbff26f9b3a1ed9cc61
Subproject commit 886854fcba4c9ed20630ae3ca8da3d2014442672