Skip to content

Commit d1726a2

Browse files
fix(tree): move indigo tree background to the node (#2173)
Co-authored-by: Radoslav Karaivanov <rkaraivanov@infragistics.com>
1 parent c543d49 commit d1726a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/tree/themes/shared/item.indigo.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ $theme: $indigo;
55

66
:host {
77
--igc-tree-indentation-size: #{sizable(rem(24px))};
8+
9+
background: transparent;
810
}
911

1012
[part~='indicator'] {
@@ -18,6 +20,7 @@ $theme: $indigo;
1820
border-radius: rem(4px);
1921
margin-block-end: pad-block(rem(4px));
2022
padding: 0 pad-inline(8px, 12px, 16px);
23+
background: var-get($theme, 'background');
2124

2225
&::after {
2326
border-radius: rem(4px);

0 commit comments

Comments
 (0)