We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf9ad2 commit cd87b38Copy full SHA for cd87b38
src/material-experimental/mdc-progress-bar/progress-bar.scss
@@ -21,7 +21,8 @@
21
animation: none;
22
}
23
24
- .mdc-linear-progress__primary-bar {
+ .mdc-linear-progress__primary-bar,
25
+ .mdc-linear-progress__buffer-bar {
26
// There's a `transitionend` event that depends on this element. Add a very short
27
// transition when animations are disabled so that the event can still fire.
28
transition: transform 1ms;
0 commit comments