Skip to content

Commit a397802

Browse files
authored
fix(button-group): remove unnecessary bootstrap-specific styles (#16260)
- We should not remove a border or any schema-connected style from the theme. Rather, we should update the variable in the schema, which in this case is already done.
1 parent e057b8e commit a397802

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

projects/igniteui-angular/src/lib/buttonGroup/themes/shared/_bootstrap.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ $_theme: $bootstrap;
1919
}
2020

2121
@include e(item) {
22-
&[igxButton] {
23-
margin: 0;
24-
border: none;
25-
}
26-
2722
&:active {
2823
@extend %item-overlay;
2924
}

0 commit comments

Comments
 (0)