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

Background image bug for project wizard dialog #14

Open
mattkerlogue opened this issue May 23, 2022 · 1 comment
Open

Background image bug for project wizard dialog #14

mattkerlogue opened this issue May 23, 2022 · 1 comment

Comments

@mattkerlogue
Copy link

Issue

Some of the classes relating to elements in the new project wizard dialog (File > New Project...) have a background property in their CSS that makes the section of the dialog unreadable. Specifically the following classes:

  • .GEL-OVUBJ2, the back button
  • .GEL-OVUBL2, the main content area of the dialog

Screenshots of problem

File > New Project ... > New Directory > New Project
Screenshot 2022-05-23 at 10 37 13

File > Existing Directory
Screenshot 2022-05-23 at 10 36 24

File > Version Control
Screenshot 2022-05-23 at 10 31 10

Solution

Override the background property of the two CSS classes, .GEL-OVUBJ2 and .GEL-OVUBL2. An override is also needed when the back button is being pressed, i.e. on .GEL-OVUBJ2:focus. The back button override likely also needs a border/outline (as per the cancel button in the bottom right of the dialogs).

Dialog as expected (background property of CSS classes disabled via the chromium developer tools inspector)
Screenshot 2022-05-23 at 10 54 55

@kieran-mace
Copy link

This PR seems to fix the issue: #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants