Skip to content

Commit 315a224

Browse files
authored
Revert "fix(button-group): remove unnecessary bootstrap-specific styles (#16259)" (#16261)
This reverts commit 37a33f6.
1 parent 37a33f6 commit 315a224

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
@@ -65,6 +65,11 @@
6565
&[igxButton] {
6666
border-radius: 0;
6767
border-color: var-get($theme, 'item-border-color');
68+
69+
@if $bootstrap-theme {
70+
margin: 0 !important;
71+
border: none;
72+
}
6873
}
6974

7075
igx-icon {

0 commit comments

Comments
 (0)