Skip to content

Commit

Permalink
feat(tree): update selected item using the right property
Browse files Browse the repository at this point in the history
  • Loading branch information
didimmova committed May 30, 2024
1 parent d3e82ae commit a84e119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/tree/themes/shared/item.indigo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ $theme: $indigo;
:host(:not([disabled])[selected]) {
[part~='wrapper'] {
background: var-get($theme, 'background');
color: var-get($theme, 'foreground');

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

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

0 comments on commit a84e119

Please sign in to comment.