From 95b45b094df8df00f61617c5be1d1c53f304e1f2 Mon Sep 17 00:00:00 2001 From: Simeon Simeonoff Date: Tue, 30 Sep 2025 11:03:44 +0300 Subject: [PATCH] Revert "fix(button-group): remove unnecessary bootstrap-specific styles (#16259)" This reverts commit 37a33f6cad6b6a25622de33df2852342ef85d869. --- .../styles/components/button-group/_button-group-theme.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 88a1fa99381..38959c2b0af 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,6 +65,11 @@ &[igxButton] { border-radius: 0; border-color: var-get($theme, 'item-border-color'); + + @if $bootstrap-theme { + margin: 0 !important; + border: none; + } } igx-icon {