Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #5732, #5735: fixed box-shadow and background-color in quick-open menu #5733

Merged
merged 2 commits into from
Jul 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed #5735: aligned background color of quick-open menu with other w…
…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>
fangnx authored and fangnx committed Jul 17, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 1ad618642b00082ff016fa0b3e4f44d27c0629c9
4 changes: 4 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
@@ -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);
}