Skip to content

Commit

Permalink
Fixes: #6919
Browse files Browse the repository at this point in the history
- Changed tree.css file to override default mark color (black) with
foreground color (--theia-list-inactiveSelectionForeground).

Signed-off-by: Justin Ang <justinang13@gmail.com>
  • Loading branch information
justin8502 authored and kittaakos committed Jan 31, 2020
1 parent d7cf6ec commit 4f6ff90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/browser/style/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@

.theia-TreeNodeSegment mark {
background-color: var(--theia-list-filterMatchBackground);
color: var(--theia-list-inactiveSelectionForeground);
}

.theia-tree-source-node-placeholder {
Expand Down

0 comments on commit 4f6ff90

Please sign in to comment.