mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Ng18 migration (#10683)
* [MIGRATION] - Angular 18 * [ci:force][MIGRATION] - fixed Apollo new import * [MIGRATION] - rebased to lastest * [MIGRATION] - updated style to use still material 2 and postpone material migration * [AAE-32974] - sync lock with version 8 * [AAE-33014] - Fixed m2 material issue * Rebased to latest * Rebased to latest * [ACS-9159] Upgraded node version (#10782) * [MIGRATION] - Added missing package * [MIGRATION] - check if hte module mapping hide the warning * [MIGRATION] - Readded wrongly removed package * Upgrade TS --------- Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Co-authored-by: DominikIwanek <dominik.iwanek@hyland.com>
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
@mixin adf-breadcrumb-theme($theme) {
|
||||
$config: mat.get-color-config($theme);
|
||||
$config: mat.m2-get-color-config($theme);
|
||||
$foreground-palette: map.get($config, foreground);
|
||||
$primary-palette: map.get($config, primary);
|
||||
$text-color: mat.get-color-from-palette($foreground-palette, text);
|
||||
$primary: mat.get-color-from-palette($primary-palette, text);
|
||||
$text-color: mat.m2-get-color-from-palette($foreground-palette, text);
|
||||
$primary: mat.m2-get-color-from-palette($primary-palette, text);
|
||||
|
||||
adf-breadcrumb {
|
||||
.adf-breadcrumb__show-all-button-icon--rotate {
|
||||
color: mat.get-color-from-palette($primary-palette, 500);
|
||||
color: mat.m2-get-color-from-palette($primary-palette, 500);
|
||||
}
|
||||
|
||||
.adf-breadcrumb__item-wrapper {
|
||||
|
Reference in New Issue
Block a user