Skip to content

Commit a3d9e4b

Browse files
naaajiiwagnermaciel
authored andcommittedJan 13, 2025·
fix(material/select): match disabled placeholder color with label (#29870)
this commit ensures select with disabled placeholder matches the color with label fixes #29807 (cherry picked from commit 306e437)
1 parent 6ca21fd commit a3d9e4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎src/material/select/select.scss

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ $scale: 0.75 !default;
4141
tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
4242
@include token-utils.create-token-slot(color, disabled-trigger-text-color);
4343
}
44+
45+
.mat-mdc-select-placeholder {
46+
@include token-utils.use-tokens(
47+
tokens-mat-select.$prefix, tokens-mat-select.get-token-slots()) {
48+
@include token-utils.create-token-slot(color, disabled-trigger-text-color);
49+
}
50+
}
4451
}
4552

4653
.mat-mdc-select-trigger {

0 commit comments

Comments
 (0)
Please sign in to comment.