mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-7560] Corrected background color for info snackbar (#3824)
This commit is contained in:
@@ -235,7 +235,7 @@ mat-snack-bar-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-info-snackbar {
|
.adf-info-snackbar {
|
||||||
--mdc-snackbar-container-color: var(--theme-primary-color);
|
--mdc-snackbar-container-color: var(--theme-info-snackbar-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-error-snackbar {
|
.adf-error-snackbar {
|
||||||
|
@@ -42,6 +42,7 @@ $search-chip-icon-color: #757575;
|
|||||||
$disabled-chip-background-color: #f5f5f5;
|
$disabled-chip-background-color: #f5f5f5;
|
||||||
$contrast-gray: mat.get-color-from-palette($foreground, 'secondary-tex');
|
$contrast-gray: mat.get-color-from-palette($foreground, 'secondary-tex');
|
||||||
$search-highlight-background-color: #ffd180;
|
$search-highlight-background-color: #ffd180;
|
||||||
|
$info-snackbar-background: #1f74db;
|
||||||
|
|
||||||
// CSS Variables
|
// CSS Variables
|
||||||
$defaults: (
|
$defaults: (
|
||||||
@@ -67,6 +68,7 @@ $defaults: (
|
|||||||
--theme-grey-background-color: $grey-background,
|
--theme-grey-background-color: $grey-background,
|
||||||
--theme-grey-hover-background-color: $grey-hover-background,
|
--theme-grey-hover-background-color: $grey-hover-background,
|
||||||
--theme-blue-button-color: $blue-save-button-background,
|
--theme-blue-button-color: $blue-save-button-background,
|
||||||
|
--theme-info-snackbar-background: $info-snackbar-background,
|
||||||
--theme-heading-color: $black-heading,
|
--theme-heading-color: $black-heading,
|
||||||
--theme-dropdown-color: $theme-dropdown-background,
|
--theme-dropdown-color: $theme-dropdown-background,
|
||||||
--theme-dropdown-background-hover: $theme-dropdown-background-hover,
|
--theme-dropdown-background-hover: $theme-dropdown-background-hover,
|
||||||
|
Reference in New Issue
Block a user