Skip to content

Commit 8aa02d8

Browse files
pu-mastermdo
authored andcommitted
Update button-variant mixin to add missing space.
1 parent a44f3f4 commit 8aa02d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mixins/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$hover-background: if($color == $color-contrast-light, shade-color($background, $btn-hover-bg-shade-amount), tint-color($background, $btn-hover-bg-tint-amount)),
1212
$hover-border: if($color == $color-contrast-light, shade-color($border, $btn-hover-border-shade-amount), tint-color($border, $btn-hover-border-tint-amount)),
1313
$hover-color: color-contrast($hover-background),
14-
$active-background: if($color == $color-contrast-light, shade-color($background,$btn-active-bg-shade-amount), tint-color($background, $btn-active-bg-tint-amount)),
14+
$active-background: if($color == $color-contrast-light, shade-color($background, $btn-active-bg-shade-amount), tint-color($background, $btn-active-bg-tint-amount)),
1515
$active-border: if($color == $color-contrast-light, shade-color($border, $btn-active-border-shade-amount), tint-color($border, $btn-active-border-tint-amount)),
1616
$active-color: color-contrast($active-background),
1717
$disabled-background: $background,

0 commit comments

Comments
 (0)