[ACS-5347] New styles for filter states (#3274)

* [ACS-5347] New styles for filter states

* [ACS-5347] Add disabled chips colors
This commit is contained in:
MichalKinas
2023-06-14 11:51:27 +02:00
committed by GitHub
parent fa27e0c05c
commit 9fd306d5b3
7 changed files with 32 additions and 22 deletions

View File

@@ -13,8 +13,8 @@
line-height: 32px;
text-align: center;
vertical-align: middle;
background: var(--theme-user-initials-background-color);
color: var(--theme-user-intials-text-color);
background: var(--theme-about-panel-border-color);
color: var(--theme-selected-text-color);
border: none;
}

View File

@@ -1,8 +1,5 @@
@import '../../../ui/mixins';
$adf-chip-background: #efefef;
$contrast-gray: #646569;
.adf-search-results {
@include flex-row;
@@ -28,13 +25,29 @@ $contrast-gray: #646569;
border-bottom: 1px solid var(--theme-border-color);
.adf-search-filter-chip {
&[disabled] {
&.mat-chip {
background-color: var(--theme-disabled-chip-background-color);
color: var(--theme-search-chip-icon-color);
}
}
&.mat-chip {
background-color: $adf-chip-background;
color: $contrast-gray;
background-color: var(--theme-dropdown-color);
color: var(--theme-selected-text-color);
&:hover,
&:focus {
background-color: var(--theme-grey-background-hover);
}
mat-icon {
color: var(--theme-search-chip-icon-color);
}
}
.adf-search-filter-placeholder {
color: $contrast-gray;
color: var(--theme-selected-text-color);
}
}
}

View File

@@ -8,7 +8,7 @@
line-height: 32px;
text-align: center;
vertical-align: middle;
background: var(--theme-user-initials-background-color);
color: var(--theme-user-intials-text-color);
background: var(--theme-about-panel-border-color);
color: var(--theme-selected-text-color);
border: none;
}

View File

@@ -11,7 +11,7 @@ app-view-profile {
width: 100%;
height: 32px;
padding: 32px 0;
border-bottom: 1px solid var(--theme-header-border-color);
border-bottom: 1px solid var(--theme-about-panel-border-color);
}
.app-profile-title {