Skip to content

Commit

Permalink
feat(button): support circular (spaced) button (groups)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Nov 28, 2023
1 parent 7259033 commit 83ab0e7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/definitions/elements/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -1095,15 +1095,26 @@
/* --------------
Circular
--------------- */

.ui.circular.button {
.ui.ui.circular.buttons .button,
.ui.ui.ui.ui.circular.button {
border-radius: @circularBorderRadius;
}

.ui.circular.button > .icon {
width: @circularIconWidth;
vertical-align: baseline;
}
& when (@variationButtonBasic) {
.ui.circular.basic.buttons {
border: none;
& .button {
border: @basicGroupBorder;
&.basic {
border: none;
}
}
}
}
}

& when (@variationButtonOr) {
Expand Down

0 comments on commit 83ab0e7

Please sign in to comment.