Skip to content

Commit 80b9020

Browse files
committed
Make button border style configurable
1 parent 0f18677 commit 80b9020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scss/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ $button-bar-button-height: 32px !default;
9393
$button-bar-button-padding: 8px !default;
9494
$button-bar-button-icon-size: 20px !default;
9595

96-
$button-default-border: transparent;
97-
$button-default-active-border:null;
96+
$button-default-border: transparent !default;
97+
$button-default-active-border: null !default;
9898

9999
$button-light-bg: $light !default;
100100
$button-light-text: #444 !default;

0 commit comments

Comments
 (0)