From f025e4fcc6d4d64ffc1e5341c27b0f4a7bf8ae0e Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 17 Feb 2016 15:33:38 -0800 Subject: [PATCH] Implement fill properly in IE --- scss/forms/_progress.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/forms/_progress.scss b/scss/forms/_progress.scss index 51dc25ee1..e6811bc4c 100644 --- a/scss/forms/_progress.scss +++ b/scss/forms/_progress.scss @@ -69,6 +69,9 @@ $progress-radius: $global-radius !default; @each $name, $color in $foundation-palette { &.#{$name} { + // Internet Explorer sets the fill with color + color: $color; + &::-webkit-progress-value { background: $color; } -- 2.47.2