mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Remove black line from progress bar in IE (#1342)
This commit is contained in:
committed by
Jeremy Thomas
parent
6f490f3451
commit
19773cdae7
@@ -20,6 +20,7 @@ $progress-value-background-color: $text !default
|
|||||||
background-color: $progress-value-background-color
|
background-color: $progress-value-background-color
|
||||||
&::-ms-fill
|
&::-ms-fill
|
||||||
background-color: $progress-value-background-color
|
background-color: $progress-value-background-color
|
||||||
|
border: none
|
||||||
// Colors
|
// Colors
|
||||||
@each $name, $pair in $colors
|
@each $name, $pair in $colors
|
||||||
$color: nth($pair, 1)
|
$color: nth($pair, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user