]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed the progress-bar black border in IE and Edge 8874/head
authorAbdullah Salem <Abdullah Salem>
Tue, 31 May 2016 21:00:20 +0000 (00:00 +0300)
committerAbdullah Salem <Abdullah Salem>
Tue, 31 May 2016 21:00:20 +0000 (00:00 +0300)
scss/forms/_progress.scss

index e6811bc4cfe6181fa1d738c606fa97a1dc5a1845..d157a33aa491034fdab09ef8f56274ade7e14b81 100644 (file)
@@ -81,5 +81,14 @@ $progress-radius: $global-radius !default;
         }
       }
     }
+    
+    // For IE and Edge  
+    &::-ms-fill{
+      @if hasvalue($progress-radius) {
+        border-radius: $progress-radius;  
+      }
+
+      border: 0;     
+    } 
   }
 }