Skip to content

Commit

Permalink
build: fix out of sync file (angular#27320)
Browse files Browse the repository at this point in the history
Fixes that the select.scss is out of sync with g3.
  • Loading branch information
crisbeto authored Jun 17, 2023
1 parent 575c21c commit 5b62817
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/material/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,9 @@ $scale: 0.75 !default;
box-sizing: border-box;
width: 100%;

@include token-utils.use-tokens(
tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
@include token-utils.create-token-slot(color, enabled-trigger-color);

.mat-mdc-select-disabled & {
@include vendor-prefixes.user-select(none);
@include token-utils.create-token-slot(color, disabled-trigger-color);
cursor: default;
}
.mat-mdc-select-disabled & {
@include vendor-prefixes.user-select(none);
cursor: default;
}
}

Expand Down

0 comments on commit 5b62817

Please sign in to comment.