From f8d5389607621d9ffaf364ec3fa586fc3c3b9e19 Mon Sep 17 00:00:00 2001 From: desig9stein Date: Fri, 3 Oct 2025 10:57:31 +0300 Subject: [PATCH] fix(button-group): remove unnecessary bootstrap-specific styles - 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. --- .../styles/components/button-group/_button-group-theme.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss index 38959c2b0af..88a1fa99381 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss @@ -65,11 +65,6 @@ &[igxButton] { border-radius: 0; border-color: var-get($theme, 'item-border-color'); - - @if $bootstrap-theme { - margin: 0 !important; - border: none; - } } igx-icon {