Skip to content

Commit 388fdc7

Browse files
authored
fix(button-group): remove margin from boostrap button (#12464)
1 parent 4b87bc7 commit 388fdc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
&[igxButton] {
206206
border-radius: 0;
207207
border-color: var-get($theme, 'item-border-color');
208+
209+
@if $bootstrap-theme {
210+
margin: 0 !important;
211+
border: none;
212+
}
208213
}
209214

210215
&:not(:nth-child(0)) {

0 commit comments

Comments
 (0)