Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit fc539db

Browse files
patrickrodeecopybara-github
authored andcommitted
chore: mark unsupported features in linear progress theming API
PiperOrigin-RevId: 483445711
1 parent ab55c07 commit fc539db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/mdc-linear-progress/_linear-progress-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $height: 4px;
3535

3636
$custom-property-prefix: 'linear-progress';
3737

38+
// TODO(b/254889918): Support all linear progress tokens.
3839
$light-theme: (
3940
active-indicator-color: theme-color.$primary,
4041
track-color: $baseline-buffer-color,

packages/mdc-linear-progress/_linear-progress.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@
442442
// Normally the buffer dots start from the left and overflow to the right.
443443
// We rotate by 180deg so that the buffer dots start on the right when
444444
// in non-reversed mode and overflow to the left.
445+
// TODO(b/254896788): Remove hardcoded translateX.
445446
transform: rotate(180deg) translateX(-10px);
446447
}
447448
}

0 commit comments

Comments
 (0)