Skip to content

Commit

Permalink
Update hover color in open trace explorer
Browse files Browse the repository at this point in the history
Align with Theia colors.

Fixes #820

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann authored and marco-miller committed Sep 2, 2022
1 parent a67a049 commit d610a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-components/style/trace-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@

.trace-list-container:hover,
.outputs-list-container:hover {
background-color: var(--theia-menu-selectionBackground);
background-color: var(--theia-list-hoverBackground);
color: var(--theia-list-hoverForeground);
cursor: pointer;
}

Expand Down

0 comments on commit d610a9a

Please sign in to comment.