]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add box-shadow to .progress-bar (#22579)
authorMark Otto <markd.otto@gmail.com>
Fri, 26 May 2017 04:32:59 +0000 (21:32 -0700)
committerGitHub <noreply@github.com>
Fri, 26 May 2017 04:32:59 +0000 (21:32 -0700)
* Add box-shadow to .progress-bar

Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.

scss/_progress.scss

index 66571843cd52e7f9ab61e4ad896b273e6dce2908..f7491a64b29189fb45020e9c6fe8fb50a8e7d453 100644 (file)
@@ -11,6 +11,7 @@
   text-align: center;
   background-color: $progress-bg;
   @include border-radius($progress-border-radius);
+  @include box-shadow($progress-box-shadow);
 }
 
 .progress-bar {