mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-10 00:03:45 -04:00
Restore .progress-bar transition (#24694)
Unintentionally removed in #22703. Fixes #24643.
This commit is contained in:
parent
bfbf24e7a5
commit
a8aaccbd4d
@ -19,6 +19,7 @@
|
|||||||
color: $progress-bar-color;
|
color: $progress-bar-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: $progress-bar-bg;
|
background-color: $progress-bar-bg;
|
||||||
|
@include transition($progress-bar-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-striped {
|
.progress-bar-striped {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user