Skip to content

Commit 86f0306

Browse files
authored
fix(button): circular spaced and circular icon group was not respected
The new circular button group variant did not respect the spaced variant for right margin and did not respect the icon variant for width
1 parent fa62639 commit 86f0306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/definitions/elements/button.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,12 +1100,13 @@
11001100
border-radius: @circularBorderRadius;
11011101
}
11021102

1103+
.ui.circular.buttons .button > .icon,
11031104
.ui.circular.button > .icon {
11041105
width: @circularIconWidth;
11051106
vertical-align: baseline;
11061107
}
11071108

1108-
.ui.circular.buttons:not(.vertical) .button {
1109+
.ui.circular.buttons:not(.vertical):not(.spaced) .button {
11091110
margin-right: @circularGroupMargin;
11101111
}
11111112

0 commit comments

Comments
 (0)