mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user