|
10 | 10 | $primary: map-get($theme, primary);
|
11 | 11 | $accent: map-get($theme, accent);
|
12 | 12 | $warn: map-get($theme, warn);
|
13 |
| - $is-dark-theme: map-get($theme, is-dark); |
14 |
| - |
15 |
| - .mat-select-disabled .mat-select-value, |
16 |
| - .mat-select-arrow { |
17 |
| - color: mat-color($foreground, secondary-text); |
18 |
| - } |
19 | 13 |
|
20 | 14 | .mat-select-content, .mat-select-panel-done-animating {
|
21 | 15 | background: mat-color($background, card);
|
|
25 | 19 | color: mat-color($foreground, text);
|
26 | 20 | }
|
27 | 21 |
|
| 22 | + .mat-select-disabled .mat-select-value { |
| 23 | + color: mat-color($foreground, disabled-text); |
| 24 | + } |
| 25 | + |
| 26 | + .mat-select-arrow { |
| 27 | + color: mat-color($foreground, secondary-text); |
| 28 | + } |
| 29 | + |
28 | 30 | .mat-select-panel {
|
29 | 31 | .mat-option.mat-selected:not(.mat-option-multiple) {
|
30 | 32 | background: mat-color($background, hover, 0.12);
|
|
51 | 53 | }
|
52 | 54 |
|
53 | 55 | .mat-select.mat-select-disabled .mat-select-arrow {
|
54 |
| - color: mat-color($foreground, secondary-text); |
| 56 | + color: mat-color($foreground, disabled-text); |
55 | 57 | }
|
56 | 58 | }
|
57 |
| - |
58 |
| - .mat-select.mat-select-disabled .mat-select-arrow { |
59 |
| - color: mat-color($warn); |
60 |
| - } |
61 | 59 | }
|
62 | 60 |
|
63 | 61 | @mixin mat-select-typography($config) {
|
|
0 commit comments