Skip to content

Commit

Permalink
Fixed #5735: aligned background color of quick-open menu with other w…
Browse files Browse the repository at this point in the history
…idgets

- Aligned the background color of quick-open menu with other widgets (e.g. the side-panel widget). This would also make the top shadow line more visible in the dark mode.

Signed-off-by: fangnx <naxin.fang@ericsson.com>
  • Loading branch information
fangnx authored and fangnx committed Jul 17, 2019
1 parent 69a9506 commit 1ad6186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
margin-right: 0px;
}

.monaco-quick-open-widget {
background-color: var(--theia-layout-color1) !important;
}

.quick-open-entry .quick-open-row .monaco-icon-label .monaco-icon-label-description-container .monaco-highlighted-label .highlight {
color: var(--theia-accent-color1);
}
Expand Down

0 comments on commit 1ad6186

Please sign in to comment.