Skip to content

Commit 528cfc2

Browse files
committedMar 17, 2025·
fix(material/card): remove alternate token for container-color (#30640)
(cherry picked from commit 443df26)
1 parent 804c027 commit 528cfc2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎src/material/core/tokens/m3/definitions/_md-comp-elevated-card.scss

-9
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
@use './md-sys-state';
1515

16-
// Indicates whether alternative tokens should be used
17-
$_alternate-tokens: false;
18-
1916
$_default: (
2017
'md-sys-color': md-sys-color.values-light(),
2118
'md-sys-elevation': md-sys-elevation.values(),
@@ -54,11 +51,5 @@ $_default: (
5451
map.get($deps, 'md-sys-state', 'pressed-state-layer-opacity')
5552
);
5653

57-
@if ($_alternate-tokens) {
58-
$values: map.merge($values, (
59-
'container-color': map.get($deps, 'md-sys-color', 'surface'),
60-
));
61-
}
62-
6354
@return $values;
6455
}

0 commit comments

Comments
 (0)
Please sign in to comment.