Skip to content

Commit

Permalink
* tree: set selected item style to tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Dec 8, 2023
1 parent 3757a5c commit 2126b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tree/src/style/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@
background: var(--menu-active-bg);
color: var(--menu-active-color);
}
.tree-item > .selected {
background: var(--menu-selected-bg);
color: var(--menu-selected-color);
}

0 comments on commit 2126b68

Please sign in to comment.