Skip to content

Commit e2c85af

Browse files
committed
Fixed fallback background color for old IE buttons
1 parent 3f80a06 commit e2c85af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/sass/partials/_mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@mixin simple-background-gradient($color, $background-gradient-pos, $background-gradient-1, $background-gradient-2) {
66
color: $color;
77
// provide background color for older IEs
8-
background-color: background-color-mix($background-gradient-1, $background-gradient-2);
8+
background: background-color-mix($background-gradient-1, $background-gradient-2);
99
@include background-image(linear-gradient($background-gradient-pos, $background-gradient-1, $background-gradient-2));
1010
}
1111

0 commit comments

Comments
 (0)