Skip to content

Commit 360942e

Browse files
authored
Merge pull request #15115 from IgniteUI/didimmova/fix-15093
fix(tree): update checkbox spacing in tree
2 parents 6c2c657 + 1634cdc commit 360942e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/tree/_tree-theme.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
), $variant);
149149

150150
$icon-space: map.get((
151-
'material': $icon-space-default,
151+
'material': $icon-space-indigo,
152152
'fluent': $icon-space-default,
153153
'bootstrap': $icon-space-default,
154154
'indigo': $icon-space-indigo
@@ -209,6 +209,12 @@
209209
margin-inline-end: $icon-space;
210210
}
211211

212+
@if $variant == 'material' {
213+
%node-select {
214+
margin-inline: rem(10px) rem(14px);
215+
}
216+
}
217+
212218
@if $variant == 'indigo' {
213219
%node-select {
214220
margin-inline-end: rem(8px);

0 commit comments

Comments
 (0)