Skip to content

Commit 021169e

Browse files
authored
Merge branch '15.0.x' into tree-grid-tests
2 parents b911ded + 388fdc7 commit 021169e

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)