Skip to content

Commit

Permalink
Fix progress bar colors in IE (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeememon authored and jgthms committed Oct 19, 2017
1 parent 24ec389 commit 8724ea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/elements/progress.sass
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ $progress-value-background-color: $text !default
background-color: $progress-value-background-color
&::-moz-progress-bar
background-color: $progress-value-background-color
&::-ms-fill
background-color: $progress-value-background-color
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
Expand All @@ -26,6 +28,8 @@ $progress-value-background-color: $text !default
background-color: $color
&::-moz-progress-bar
background-color: $color
&::-ms-fill
background-color: $color
// Sizes
&.is-small
height: $size-small
Expand Down

0 comments on commit 8724ea3

Please sign in to comment.