Skip to content

Commit

Permalink
[ACS-7449] Fix broken filter labels styling (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomson7777 authored and MichalKinas committed Apr 16, 2024
1 parent 73b8313 commit cadc21e
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ aca-search-results {
border-bottom: 1px solid var(--theme-border-color);

.aca-content__advanced-filters {
/* stylelint-disable-next-line */
.mdc-evolution-chip__text-label {
color: var(--theme-selected-text-color);
}

.adf-search-filter-chip,
.adf-search-filter-chip-tabbed {
background-color: var(--theme-dropdown-color);
Expand All @@ -45,10 +50,10 @@ aca-search-results {
color: var(--theme-search-chip-icon-color);
}

.adf-search-filter-chip-icon {
color: var(--theme-search-chip-icon-color);
.adf-search-filter-chip-icon {
color: var(--theme-search-chip-icon-color);
}
}
}

.adf-search-filter-placeholder {
color: var(--theme-selected-text-color);
Expand Down

0 comments on commit cadc21e

Please sign in to comment.