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

Commits on Jul 17, 2019

  1. Fixed eclipse-theia#5732: fixed box-shadow in quick-open menu to su…

    …pport dark theme
    
    - This patch added dark-theme support for the `box-shadow` on the quick-open menu. To be aligned with VS Code and the current UI, the top divider (shadow) would be black in the dark theme and light-grey in the light theme.
    
    Signed-off-by: fangnx <naxin.fang@ericsson.com>
    fangnx authored and fangnx committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    69a9506 View commit details
    Browse the repository at this point in the history
  2. Fixed eclipse-theia#5735: aligned background color of quick-open menu…

    … with other widgets
    
    - 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
    Configuration menu
    Copy the full SHA
    1ad6186 View commit details
    Browse the repository at this point in the history