]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore .progress-bar transition (#24694)
authorMark Otto <markd.otto@gmail.com>
Mon, 6 Nov 2017 20:02:42 +0000 (12:02 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2017 20:02:42 +0000 (12:02 -0800)
Unintentionally removed in #22703. Fixes #24643.

scss/_progress.scss

index 56e5308cc687ca06601e023d7312bf15d38f28e5..cd130c66efdbbc525feaa4e661c846a96e15c001 100644 (file)
@@ -19,6 +19,7 @@
   color: $progress-bar-color;
   text-align: center;
   background-color: $progress-bar-bg;
+  @include transition($progress-bar-transition);
 }
 
 .progress-bar-striped {