Skip to content

Commit

Permalink
Merge 3ae5422 into 3227099
Browse files Browse the repository at this point in the history
  • Loading branch information
didimmova committed May 29, 2024
2 parents 3227099 + 3ae5422 commit 0bf36bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/tree/themes/shared/item.indigo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$theme: $indigo;

:host {
--igc-tree-indentation-size: #{sizable(rem(8px), rem(12px), rem(16px))};
--igc-tree-indentation-size: #{sizable(rem(24px))};
}

[part~='indicator'] {
Expand All @@ -19,6 +19,7 @@ $theme: $indigo;
[part~='wrapper'] {
border-radius: rem(4px);
margin-block-end: rem(4px);
padding: 0 pad(8px, 12px, 16px);

&::after {
border-radius: rem(4px);
Expand All @@ -35,6 +36,8 @@ $theme: $indigo;
color: var-get($theme, 'foreground');

&:hover {
color: var-get($theme, 'foreground-selected');

&::after {
background: var-get($theme, 'hover-color');
}
Expand Down

0 comments on commit 0bf36bc

Please sign in to comment.