Skip to content

Commit

Permalink
Output container resize handlers visible in dark theme
Browse files Browse the repository at this point in the history
fixes #531

Signed-off-by: hriday-panchasara <hriday.panchasara@ericsson.com>
  • Loading branch information
hriday-panchasara authored and bhufmann committed Nov 12, 2021
1 parent 837f898 commit 31c3cec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-components/style/trace-context-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@
width: 10px !important;
height: 10px !important;
}

.react-grid-item > .react-resizable-handle::after {
border-right-color: var(--theia-ui-font-color0) !important;
border-bottom-color: var(--theia-ui-font-color0) !important;
}

0 comments on commit 31c3cec

Please sign in to comment.