mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix progress bar colors in IE (#1334)
This commit is contained in:
parent
24ec3896d3
commit
8724ea375d
@ -18,6 +18,8 @@ $progress-value-background-color: $text !default
|
|||||||
background-color: $progress-value-background-color
|
background-color: $progress-value-background-color
|
||||||
&::-moz-progress-bar
|
&::-moz-progress-bar
|
||||||
background-color: $progress-value-background-color
|
background-color: $progress-value-background-color
|
||||||
|
&::-ms-fill
|
||||||
|
background-color: $progress-value-background-color
|
||||||
// Colors
|
// Colors
|
||||||
@each $name, $pair in $colors
|
@each $name, $pair in $colors
|
||||||
$color: nth($pair, 1)
|
$color: nth($pair, 1)
|
||||||
@ -26,6 +28,8 @@ $progress-value-background-color: $text !default
|
|||||||
background-color: $color
|
background-color: $color
|
||||||
&::-moz-progress-bar
|
&::-moz-progress-bar
|
||||||
background-color: $color
|
background-color: $color
|
||||||
|
&::-ms-fill
|
||||||
|
background-color: $color
|
||||||
// Sizes
|
// Sizes
|
||||||
&.is-small
|
&.is-small
|
||||||
height: $size-small
|
height: $size-small
|
||||||
|
Loading…
Reference in New Issue
Block a user