mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix progress bar colors in IE (#1334)
This commit is contained in:
committed by
Jeremy Thomas
parent
24ec3896d3
commit
8724ea375d
@@ -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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user