From 15048b4015b4157ae792232dc66407e3ab8a9f88 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:14:45 +0200 Subject: [PATCH] [ACS-5179] Search facet tabbed component styles (#3362) --- .../search/search-results/search-results.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.scss b/projects/aca-content/src/lib/components/search/search-results/search-results.component.scss index 8a89d9d72..9fe117c91 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.scss +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.scss @@ -24,7 +24,8 @@ border-top: 1px solid var(--theme-border-color); border-bottom: 1px solid var(--theme-border-color); - .adf-search-filter-chip { + .adf-search-filter-chip, + .adf-search-filter-chip-tabbed { &[disabled] { &.mat-chip { background-color: var(--theme-disabled-chip-background-color);