Skip to content

Commit 41925ae

Browse files
committed
Restore mat-elevation-z* and hover effect on selectbox #11331
Should not have trusted automated migration during Angular 19.2 migration...
1 parent 6cf64d1 commit 41925ae

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

client/styles/_themes.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ $ichtus-theme: mat.m2-define-light-theme(
6767
@include mat.card-color($theme);
6868
@include mat.checkbox-color($theme);
6969
@include mat.chips-color($theme);
70-
@include mat.elevation-classes();
71-
@include mat.app-background();
70+
@include mat.core-color($theme);
7271
@include mat.datepicker-color($theme);
7372
@include mat.dialog-color($theme);
7473
@include mat.divider-color($theme);
@@ -115,8 +114,7 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
115114
@include mat.card-base($fake-material-v2-theme);
116115
@include mat.checkbox-base($fake-material-v2-theme);
117116
@include mat.chips-base($fake-material-v2-theme);
118-
@include mat.elevation-classes();
119-
@include mat.app-background();
117+
@include mat.core-base($fake-material-v2-theme);
120118
@include mat.datepicker-base($fake-material-v2-theme);
121119
@include mat.dialog-base($fake-material-v2-theme);
122120
@include mat.divider-base($fake-material-v2-theme);
@@ -147,8 +145,7 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
147145
@include mat.card-density(0);
148146
@include mat.checkbox-density(0);
149147
@include mat.chips-density(0);
150-
@include mat.elevation-classes();
151-
@include mat.app-background();
148+
@include mat.core-density(0);
152149
@include mat.datepicker-density(0);
153150
@include mat.dialog-density(0);
154151
@include mat.divider-density(0);
@@ -180,9 +177,7 @@ $fake-material-v2-theme: mat.m2-define-light-theme(
180177
@include mat.card-typography(natural.$typography);
181178
@include mat.checkbox-typography(natural.$typography);
182179
@include mat.chips-typography(natural.$typography);
183-
@include mat.elevation-classes();
184-
@include mat.app-background();
185-
@include mat.datepicker-typography(natural.$typography);
180+
@include mat.core-typography(natural.$typography) @include mat.datepicker-typography(natural.$typography);
186181
@include mat.dialog-typography(natural.$typography);
187182
@include mat.divider-typography(natural.$typography);
188183
@include mat.expansion-typography(natural.$typography);

0 commit comments

Comments
 (0)