Skip to content

Commit 9b19329

Browse files
desig9steinSisIvanovasimeonoff
authored
fix(button-group): fix nth-child index. (#13259)
Co-authored-by: Silvia Ivanova <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 200c513 commit 9b19329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
}
216216
}
217217

218-
&:not(:nth-child(0)) {
218+
&:not(:nth-child(1)) {
219219
margin-inline-start: rem(-1px);
220220
}
221221

@@ -253,7 +253,7 @@
253253
}
254254

255255
%igx-group-item-vertical {
256-
&:not(:nth-child(0)) {
256+
&:not(:nth-child(1)) {
257257
margin-top: rem(-1px);
258258
margin-inline-start: 0;
259259
}

0 commit comments

Comments
 (0)