Skip to content

Commit

Permalink
Make button border style configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
andischerer committed May 14, 2016
1 parent 0f18677 commit 80b9020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ $button-bar-button-height: 32px !default;
$button-bar-button-padding: 8px !default;
$button-bar-button-icon-size: 20px !default;

$button-default-border: transparent;
$button-default-active-border:null;
$button-default-border: transparent !default;
$button-default-active-border: null !default;

$button-light-bg: $light !default;
$button-light-text: #444 !default;
Expand Down

0 comments on commit 80b9020

Please sign in to comment.