@@ -23,10 +23,8 @@ $prefix: (mat, slider);
23
23
secondary: (
24
24
active- track- color: map .get ($systems , md-sys-color , secondary ),
25
25
focus- handle- color: map .get ($systems , md-sys-color , secondary ),
26
- focus- state- layer- color: map .get ($systems , md-sys-color , secondary ),
27
26
handle- color: map .get ($systems , md-sys-color , secondary ),
28
27
hover- handle- color: map .get ($systems , md-sys-color , secondary ),
29
- hover- state- layer- color: map .get ($systems , md-sys-color , secondary ),
30
28
label- container- color: map .get ($systems , md-sys-color , secondary ),
31
29
label- label- text- color: map .get ($systems , md-sys-color , on-secondary ),
32
30
pressed- handle- color: map .get ($systems , md-sys-color , secondary ),
@@ -37,10 +35,8 @@ $prefix: (mat, slider);
37
35
tertiary: (
38
36
active- track- color: map .get ($systems , md-sys-color , tertiary ),
39
37
focus- handle- color: map .get ($systems , md-sys-color , tertiary ),
40
- focus- state- layer- color: map .get ($systems , md-sys-color , tertiary ),
41
38
handle- color: map .get ($systems , md-sys-color , tertiary ),
42
39
hover- handle- color: map .get ($systems , md-sys-color , tertiary ),
43
- hover- state- layer- color: map .get ($systems , md-sys-color , tertiary ),
44
40
label- container- color: map .get ($systems , md-sys-color , tertiary ),
45
41
label- label- text- color: map .get ($systems , md-sys-color , on-tertiary ),
46
42
pressed- handle- color: map .get ($systems , md-sys-color , tertiary ),
@@ -51,10 +47,8 @@ $prefix: (mat, slider);
51
47
error: (
52
48
active- track- color: map .get ($systems , md-sys-color , error ),
53
49
focus- handle- color: map .get ($systems , md-sys-color , error ),
54
- focus- state- layer- color: map .get ($systems , md-sys-color , error ),
55
50
handle- color: map .get ($systems , md-sys-color , error ),
56
51
hover- handle- color: map .get ($systems , md-sys-color , error ),
57
- hover- state- layer- color: map .get ($systems , md-sys-color , error ),
58
52
label- container- color: map .get ($systems , md-sys-color , error ),
59
53
label- label- text- color: map .get ($systems , md-sys-color , on-error ),
60
54
pressed- handle- color: map .get ($systems , md-sys-color , error ),
@@ -81,17 +75,13 @@ $prefix: (mat, slider);
81
75
disabled- inactive- track- color: map .get ($deps , md-sys-color , on-surface ),
82
76
disabled- inactive- track- opacity: if ($exclude-hardcoded-values , null , 0.12 ),
83
77
focus- handle- color: map .get ($deps , md-sys-color , primary ),
84
- focus- state- layer- color: map .get ($deps , md-sys-color , primary ),
85
- focus- state- layer- opacity: map .get ($deps , md-sys-state , focus-state-layer-opacity ),
86
78
handle- color: map .get ($deps , md-sys-color , primary ),
87
79
handle- elevation: map .get ($deps , md-sys-elevation , level1 ),
88
80
handle- height: if ($exclude-hardcoded-values , null , 20px ),
89
81
handle- shadow- color: map .get ($deps , md-sys-color , shadow ),
90
82
handle- shape: map .get ($deps , md-sys-shape , corner-full ),
91
83
handle- width: if ($exclude-hardcoded-values , null , 20px ),
92
84
hover- handle- color: map .get ($deps , md-sys-color , primary ),
93
- hover- state- layer- color: map .get ($deps , md-sys-color , primary ),
94
- hover- state- layer- opacity: map .get ($deps , md-sys-state , hover-state-layer-opacity ),
95
85
inactive- track- color: map .get ($deps , md-sys-color , surface-variant ),
96
86
inactive- track- height: if ($exclude-hardcoded-values , null , 4px ),
97
87
inactive- track- shape: map .get ($deps , md-sys-shape , corner-full ),
0 commit comments