Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9430a7c

Browse files
João Amaral Craveirokara
authored andcommitted
fix(progress-linear-theme): add md-primary support to progress-linear buffer mode (#10563)
1 parent 28d4bf2 commit 9430a7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/progressLinear/progress-linear-theme.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ md-progress-linear.md-THEME_NAME-theme {
2828
}
2929

3030
&[md-mode=buffer] {
31+
&.md-primary {
32+
.md-bar1 {
33+
background-color: '{{primary-100}}';
34+
}
35+
.md-dashed:before {
36+
background: radial-gradient('{{primary-100}}' 0%, '{{primary-100}}' 16%, transparent 42%);
37+
}
38+
}
3139
&.md-warn {
3240
.md-bar1 {
3341
background-color: '{{warn-100}}';

0 commit comments

Comments
 (0)