We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4beb51 commit 63f22c3Copy full SHA for 63f22c3
projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss
@@ -187,6 +187,13 @@
187
box-shadow: --var($theme, 'shadow');
188
transition: $transition;
189
border-radius: --var($theme, 'border-radius');
190
+
191
+ button {
192
+ // The margin here is required to fix a bug in Safari #7858
193
+ margin-top: 0;
194
+ margin-#{$right}: 0;
195
+ margin-bottom: 0;
196
+ }
197
}
198
199
%igx-group-item {
@@ -204,10 +211,6 @@
204
211
position: relative;
205
212
z-index: 0;
206
213
207
- // The margin here is required to fix a bug in Safari #7858
208
- margin-top: 0;
209
- margin-#{$right}: 0;
210
- margin-bottom: 0;
214
215
&%igx-button--flat {
216
border-radius: 0;
0 commit comments