Skip to content

Commit 7a8cc42

Browse files
author
Andrew Seguin
committed
refactor: fix tests
1 parent 8f16c18 commit 7a8cc42

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/material/autocomplete/_autocomplete-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
@use '../core/theming/theming';
33
@use '../core/theming/inspection';
44
@use '../core/typography/typography';
5-
@use '../core/style/sass-utils';
65
@use '../core/tokens/token-utils';
76
@use 'm2-autocomplete';
87
@use 'm3-autocomplete';

src/material/core/theming/_all-theme.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@
4343
@mixin all-component-themes($theme) {
4444
$dedupe-key: 'angular-material-theme';
4545
@include theming.private-check-duplicate-theme-styles($theme, $dedupe-key) {
46+
@include autocomplete-theme.theme($theme);
47+
4648
@include core-theme.theme($theme);
4749
@include card-theme.theme($theme);
4850
@include progress-bar-theme.theme($theme);
4951
@include tooltip-theme.theme($theme);
5052
@include form-field-theme.theme($theme);
5153
@include input-theme.theme($theme);
5254
@include select-theme.theme($theme);
53-
@include autocomplete-theme.theme($theme);
5455
@include dialog-theme.theme($theme);
5556
@include chips-theme.theme($theme);
5657
@include slide-toggle-theme.theme($theme);
@@ -126,14 +127,15 @@
126127
}
127128

128129
@mixin all-component-colors($theme) {
130+
@include autocomplete-theme.color($theme);
131+
129132
@include core-theme.color($theme);
130133
@include card-theme.color($theme);
131134
@include progress-bar-theme.color($theme);
132135
@include tooltip-theme.color($theme);
133136
@include form-field-theme.color($theme);
134137
@include input-theme.color($theme);
135138
@include select-theme.color($theme);
136-
@include autocomplete-theme.color($theme);
137139
@include dialog-theme.color($theme);
138140
@include chips-theme.color($theme);
139141
@include slide-toggle-theme.color($theme);

0 commit comments

Comments
 (0)