mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user