Browse Source

Remove black line from progress bar in IE (#1342)

Rafee Memon 7 năm trước cách đây
mục cha
commit
19773cdae7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      sass/elements/progress.sass

+ 1 - 0
sass/elements/progress.sass

@@ -20,6 +20,7 @@ $progress-value-background-color: $text !default
     background-color: $progress-value-background-color
   &::-ms-fill
     background-color: $progress-value-background-color
+    border: none
   // Colors
   @each $name, $pair in $colors
     $color: nth($pair, 1)