Skip to content

Commit 5b62817

Browse files
authored
build: fix out of sync file (#27320)
Fixes that the select.scss is out of sync with g3.
1 parent 575c21c commit 5b62817

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/material/select/select.scss

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,9 @@ $scale: 0.75 !default;
4848
box-sizing: border-box;
4949
width: 100%;
5050

51-
@include token-utils.use-tokens(
52-
tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
53-
@include token-utils.create-token-slot(color, enabled-trigger-color);
54-
55-
.mat-mdc-select-disabled & {
56-
@include vendor-prefixes.user-select(none);
57-
@include token-utils.create-token-slot(color, disabled-trigger-color);
58-
cursor: default;
59-
}
51+
.mat-mdc-select-disabled & {
52+
@include vendor-prefixes.user-select(none);
53+
cursor: default;
6054
}
6155
}
6256

0 commit comments

Comments
 (0)