Skip to content

Commit

Permalink
fix(button-bar): borders back. Fixes #4917
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 8, 2016
1 parent aec6598 commit 24b5b86
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scss/_button-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,34 @@
float: left;
}
}

&.bar-light > .button {
border-color: $button-light-border;
}
&.bar-stable > .button {
border-color: $button-stable-border;
}
&.bar-positive > .button {
border-color: $button-positive-border;
}
&.bar-calm > .button {
border-color: $button-calm-border;
}
&.bar-assertive > .button {
border-color: $button-assertive-border;
}
&.bar-balanced > .button {
border-color: $button-balanced-border;
}
&.bar-energized > .button {
border-color: $button-energized-border;
}
&.bar-royal > .button {
border-color: $button-royal-border;
}
&.bar-dark > .button {
border-color: $button-dark-border;
}
}

.button-bar > .button {
Expand Down

0 comments on commit 24b5b86

Please sign in to comment.