Skip to content

Commit 24b5b86

Browse files
committed
fix(button-bar): borders back. Fixes #4917
1 parent aec6598 commit 24b5b86

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: scss/_button-bar.scss

+28
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,34 @@
2121
float: left;
2222
}
2323
}
24+
25+
&.bar-light > .button {
26+
border-color: $button-light-border;
27+
}
28+
&.bar-stable > .button {
29+
border-color: $button-stable-border;
30+
}
31+
&.bar-positive > .button {
32+
border-color: $button-positive-border;
33+
}
34+
&.bar-calm > .button {
35+
border-color: $button-calm-border;
36+
}
37+
&.bar-assertive > .button {
38+
border-color: $button-assertive-border;
39+
}
40+
&.bar-balanced > .button {
41+
border-color: $button-balanced-border;
42+
}
43+
&.bar-energized > .button {
44+
border-color: $button-energized-border;
45+
}
46+
&.bar-royal > .button {
47+
border-color: $button-royal-border;
48+
}
49+
&.bar-dark > .button {
50+
border-color: $button-dark-border;
51+
}
2452
}
2553

2654
.button-bar > .button {

0 commit comments

Comments
 (0)